Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SDPA-3310] Whatson event listing filtering by end date #582

Conversation

MdNadimHossain
Copy link
Contributor

JIRA issue: https://digital-engagement.atlassian.net/browse/SDPA-3310

Changed

  1. Added default filter value for end date.

Screenshots

Screen Shot 2019-10-28 at 9 41 55 am

@@ -107,6 +107,14 @@ export default {
values: setFilterDate.endOf('day').toISOString()
}
}
else {
const today = moment().endOf('day').toISOString()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add timezone on the date, as a user browser may not in the same timezone as Victoria.

Copy link
Contributor

@tim-yao tim-yao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @MdNadimHossain just need to fix lint error. Cheers!

@MdNadimHossain MdNadimHossain merged commit 4420cdc into develop Oct 30, 2019
@MdNadimHossain MdNadimHossain deleted the feature/SDPA-3310-whatson-event-listing-filtering-by-end-date branch October 30, 2019 03:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants