Summary: | Date attributes follow-ups | ||
---|---|---|---|
Product: | Koha | Reporter: | Shi Yao Wang <shi-yao.wang> |
Component: | Patrons | Assignee: | Shi Yao Wang <shi-yao.wang> |
Status: | RESOLVED FIXED | QA Contact: | Testopia <testopia> |
Severity: | minor | ||
Priority: | P5 - low | CC: | caroline.cyr-la-rose, david, fridolin.somers, gmcharlt, kyle.m.hall, philippe.blouin |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32610 | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
24.05.00
|
|
Circulation function: | |||
Bug Depends on: | 32610 | ||
Bug Blocks: | |||
Attachments: |
Bug 36738: Date attributes follow-ups
Bug 36738: Date attributes follow-ups |
Description
Shi Yao Wang
2024-04-30 19:00:42 UTC
Created attachment 165927 [details] [review] Bug 36738: Date attributes follow-ups Make the repeatable date patron attribute empty when repeating the inputs to avoid date formatting problems (and keeping past date value after repeating is not something we want) Test plan: 1- create a patron attribute type with is a date and repeatable checked (administration -> patron attribute types) 2- add a couple of patron attribute of type date, notice the repeated inputs contain previous data 3- Apply the patch 4- redo step 2 and notice the repeated inputs are empty https://bugs.koha-community.org/show_bug.cgi?id=32610 Created attachment 165935 [details] [review] Bug 36738: Date attributes follow-ups Make the repeatable date patron attribute empty when repeating the inputs to avoid date formatting problems (and keeping past date value after repeating is not something we want) Test plan: 1- create a patron attribute type with is a date and repeatable checked (administration -> patron attribute types) 2- add a couple of patron attribute of type date, notice the repeated inputs contain previous data 3- Apply the patch 4- redo step 2 and notice the repeated inputs are empty Follow up for bug 32610 (https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32610) Signed-off-by: David Nind <david@davidnind.com> I amended the commit message so that the link to the original bug works. Small change, tested, treating as a normal follow-up to bug 32610. Pushed for 24.05! Well done everyone, thank you! |