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

Changing the search date range does not preserve the type selections #122

Open
inghamn opened this issue Feb 26, 2016 · 1 comment
Open
Assignees
Labels

Comments

@inghamn
Copy link
Member

inghamn commented Feb 26, 2016

If you've checked/unchecked a few of the event types for a search....then change the date range using the drop down, the event types reset back to their default selections.

@inghamn inghamn added the bug label Feb 26, 2016
@inghamn inghamn self-assigned this Feb 26, 2016
@inghamn inghamn added this to the 1.1 milestone Feb 26, 2016
inghamn added a commit that referenced this issue Feb 26, 2016
This should catch dates that are entered with two-digit years.
Updates #122
@inghamn inghamn modified the milestones: 1.1, 1.2 Jul 11, 2016
@inghamn
Copy link
Member Author

inghamn commented May 4, 2018

This is because the date range presets are plain hrefs which only include the filters that were used server side. Changing form values client side is not seen at all by the static hrefs.

We will need to write some javascript to parse the dates out of the hrefs, update the start/end form fields, and submit the form.

inghamn added a commit that referenced this issue May 4, 2018
Search form dates are now handled as Datetime objects,
instead of strings.

Updates #122
Updates #155
@inghamn inghamn removed this from the 1.2 milestone May 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant