| Summary: | Use Flatpickr on administration pages | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Owen Leonard <oleonard> |
| Component: | Templates | Assignee: | Owen Leonard <oleonard> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | kyle, martin.renvoize, testopia |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | Small patch |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: |
21.11.00
|
|
| Circulation function: | |||
| Bug Depends on: | 28937 | ||
| Bug Blocks: | 29239 | ||
| Attachments: |
Bug 28945: Use Flatpickr on administration pages
Bug 28945: Use Flatpickr on administration pages Bug 28945: Use Flatpickr on administration pages |
||
|
Description
Owen Leonard
2021-09-02 19:06:59 UTC
Created attachment 124460 [details] [review] Bug 28945: Use Flatpickr on administration pages This patch updates administration templates to use Flatpickr instead of jQueryUI datepickers. To test, apply the patch and test date fields on the following pages: - Administration -> Budgets -> - New budget: Linked "Start date" and "End date" fields. - Duplicate budget: Linked "Start date" and "End date" fields. - Acquisitions -> Vendor -> New contract: Linked "Start date" and "End date" fields. - Administration -> Circulation and fine rules: "Hard due date" and "No automatic renewal after" fields. Created attachment 124748 [details] [review] Bug 28945: Use Flatpickr on administration pages This patch updates administration templates to use Flatpickr instead of jQueryUI datepickers. To test, apply the patch and test date fields on the following pages: - Administration -> Budgets -> - New budget: Linked "Start date" and "End date" fields. - Duplicate budget: Linked "Start date" and "End date" fields. - Acquisitions -> Vendor -> New contract: Linked "Start date" and "End date" fields. - Administration -> Circulation and fine rules: "Hard due date" and "No automatic renewal after" fields. Signed-off-by: David Nind <david@davidnind.com> Created attachment 125491 [details] [review] Bug 28945: Use Flatpickr on administration pages This patch updates administration templates to use Flatpickr instead of jQueryUI datepickers. To test, apply the patch and test date fields on the following pages: - Administration -> Budgets -> - New budget: Linked "Start date" and "End date" fields. - Duplicate budget: Linked "Start date" and "End date" fields. - Acquisitions -> Vendor -> New contract: Linked "Start date" and "End date" fields. - Administration -> Circulation and fine rules: "Hard due date" and "No automatic renewal after" fields. Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Great work, PQA Pushed to master for 21.11, thanks to everybody involved! |