Bug 29233

Summary: Correct missed jQueryUI datepicker in serials search sidebar
Product: Koha Reporter: Owen Leonard <oleonard>
Component: TemplatesAssignee: Owen Leonard <oleonard>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low CC: kyle, testopia
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
21.11.00
Bug Depends on: 28958    
Bug Blocks:    
Attachments: Bug 29233: Correct missed jQueryUI datepicker in serials search sidebar
Bug 29233: Correct missed jQueryUI datepicker in serials search sidebar
Bug 29233: Correct missed jQueryUI datepicker in serials search sidebar

Description Owen Leonard 2021-10-13 16:37:30 UTC
> serials/serials-search.tt

This template has a jQueryUI datepicker which was missed in Bug 28958.
Comment 1 Owen Leonard 2021-10-13 18:30:30 UTC
Created attachment 126232 [details] [review]
Bug 29233: Correct missed jQueryUI datepicker in serials search sidebar

This patch fixes the serials search sidebar so that the "Expires before"
field uses Flatpickr instead of jQueryUI datepicker.

To test, apply the patch and go to Serials. Perform a subscription
search which will return multiple results.

In the sidebar, test that the "Expires before" field uses a
Flatpickr widget and works correctly.
Comment 2 David Nind 2021-10-16 18:04:25 UTC
Created attachment 126407 [details] [review]
Bug 29233: Correct missed jQueryUI datepicker in serials search sidebar

This patch fixes the serials search sidebar so that the "Expires before"
field uses Flatpickr instead of jQueryUI datepicker.

To test, apply the patch and go to Serials. Perform a subscription
search which will return multiple results.

In the sidebar, test that the "Expires before" field uses a
Flatpickr widget and works correctly.

Signed-off-by: David Nind <david@davidnind.com>
Comment 3 Katrin Fischer 2021-10-18 21:27:51 UTC
Created attachment 126462 [details] [review]
Bug 29233: Correct missed jQueryUI datepicker in serials search sidebar

This patch fixes the serials search sidebar so that the "Expires before"
field uses Flatpickr instead of jQueryUI datepicker.

To test, apply the patch and go to Serials. Perform a subscription
search which will return multiple results.

In the sidebar, test that the "Expires before" field uses a
Flatpickr widget and works correctly.

Signed-off-by: David Nind <david@davidnind.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 4 Jonathan Druart 2021-10-19 07:45:11 UTC
Pushed to master for 21.11, thanks to everybody involved!