Summary: | Flatpickr doesn't work for repeatable date patron attributes in overdues | ||
---|---|---|---|
Product: | Koha | Reporter: | Pedro Amorim <pedro.amorim> |
Component: | Patrons | Assignee: | Pedro Amorim <pedro.amorim> |
Status: | Needs documenting --- | QA Contact: | Marcel de Rooy <m.de.rooy> |
Severity: | minor | ||
Priority: | P5 - low | CC: | fridolin.somers, gmcharlt, kyle.m.hall, lucas, m.de.rooy, shi-yao.wang |
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: |
24.11.00,24.05.04
|
|
Circulation function: | |||
Bug Depends on: | 32610 | ||
Bug Blocks: | |||
Attachments: |
Bug 36882: Reapply flatpickr to cloned entry
Bug 36882: Reapply flatpickr to cloned entry Bug 36882: Reapply flatpickr to cloned entry |
Description
Pedro Amorim
2024-05-16 11:43:51 UTC
Created attachment 166812 [details] [review] Bug 36882: Reapply flatpickr to cloned entry 1) Add a patron attribute type: http://localhost:8081/cgi-bin/koha/admin/patron-attr-types.pl?op=add_attribute_type 2) Make sure its repeatable + is_date 3) Visit overdues: http://localhost:8081/cgi-bin/koha/circ/overdue.pl 4) Click the 'add' button under the date custom attribute 5) Click on the newly created input, notice the flatpickr pop up doesnt show 6) Apply patch. Repeat. Created attachment 166915 [details] [review] Bug 36882: Reapply flatpickr to cloned entry 1) Add a patron attribute type: http://localhost:8081/cgi-bin/koha/admin/patron-attr-types.pl?op=add_attribute_type 2) Make sure its repeatable + is_date 3) Visit overdues: http://localhost:8081/cgi-bin/koha/circ/overdue.pl 4) Click the 'add' button under the date custom attribute 5) Click on the newly created input, notice the flatpickr pop up doesnt show 6) Apply patch. Repeat. Signed-off-by: Owen Leonard <oleonard@myacpl.org> Created attachment 170446 [details] [review] Bug 36882: Reapply flatpickr to cloned entry 1) Add a patron attribute type: http://localhost:8081/cgi-bin/koha/admin/patron-attr-types.pl?op=add_attribute_type 2) Make sure its repeatable + is_date 3) Visit overdues: http://localhost:8081/cgi-bin/koha/circ/overdue.pl 4) Click the 'add' button under the date custom attribute 5) Click on the newly created input, notice the flatpickr pop up doesnt show 6) Apply patch. Repeat. Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Pushed for 24.11! Well done everyone, thank you! Backported to 24.05.x for upcoming 24.05.04 |