| Summary: | When creating a dictionary for date column, date range selection should be hidden if all dates is selected | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
| Component: | Reports | Assignee: | Jonathan Druart <jonathan.druart> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | kyle, veron |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2669 | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | Trivial patch |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| Attachments: |
Bug 15863: Show/hide date range selection if not needed - dictionnary
Bug 15863: Show/hide date range selection if not needed - dictionnary [PASSED QA] Bug 15863: Show/hide date range selection if not needed - dictionnary |
||
|
Description
Jonathan Druart
2016-02-19 16:13:25 UTC
Created attachment 48251 [details] [review] Bug 15863: Show/hide date range selection if not needed - dictionnary When creating a dictionary for a date column, there is a "date range" / "all dates" radio buttons and 2 inputs to select the date range. These inputs should be hidden if "all dates" is selected. Test plan: 1/ Create a new dictionary on reports/dictionary.pl 2/ Select a date column (borrowers.dateofbirth of instance) 3/ On step 4, the start/end of the date range inputs should be hidden/shown depending of the radio buttons. Created attachment 48252 [details] [review] Bug 15863: Show/hide date range selection if not needed - dictionnary When creating a dictionary for a date column, there is a "date range" / "all dates" radio buttons and 2 inputs to select the date range. These inputs should be hidden if "all dates" is selected. Test plan: 1/ Create a new dictionary on reports/dictionary.pl 2/ Select a date column (borrowers.dateofbirth of instance) 3/ On step 4, the start/end of the date range inputs should be hidden/shown depending of the radio buttons. Works as expected. Signed-off-by: Marc Véron <veron@veron.ch> Created attachment 49826 [details] [review] [PASSED QA] Bug 15863: Show/hide date range selection if not needed - dictionnary When creating a dictionary for a date column, there is a "date range" / "all dates" radio buttons and 2 inputs to select the date range. These inputs should be hidden if "all dates" is selected. Test plan: 1/ Create a new dictionary on reports/dictionary.pl 2/ Select a date column (borrowers.dateofbirth of instance) 3/ On step 4, the start/end of the date range inputs should be hidden/shown depending of the radio buttons. Works as expected. Signed-off-by: Marc Véron <veron@veron.ch> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Pushed to master for the May 2016 release. Thanks Jonathan! |