Summary: | Editing a basket clears create_items value | ||
---|---|---|---|
Product: | Koha | Reporter: | Andrew Fuerste-Henry <andrew> |
Component: | Acquisitions | Assignee: | Kyle M Hall (khall) <kyle> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | major | ||
Priority: | P5 - low | CC: | fridolin.somers, kyle, martin.renvoize |
Version: | 19.05 | ||
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: |
19.11.00,19.05.x
|
|
Circulation function: | |||
Attachments: |
Bug 23863: Editing a basket clears create_items value
Bug 23863: Editing a basket clears create_items value Bug 23863: Editing a basket clears create_items value Bug 23863: (QA follow-up) Add missing html filter |
Description
Andrew Fuerste-Henry
2019-10-21 19:39:07 UTC
I've confirmed this behavior on both 18.11 and 19.05 Created attachment 94586 [details] [review] Bug 23863: Editing a basket clears create_items value Test Plan: 1) Create a basket with a non-default value for aqbasket.create_items 2) Click Edit from basket.pl 3) Click Save without changing anything 4) Note that aqbasket.create_items is no longer set 5) Apply this patch 6) Restart all the things! 7) Repeat steps 1-3 8) Note create_items is unchanged! Created attachment 94597 [details] [review] Bug 23863: Editing a basket clears create_items value Test Plan: 1) Create a basket with a non-default value for aqbasket.create_items 2) Click Edit from basket.pl 3) Click Save without changing anything 4) Note that aqbasket.create_items is no longer set 5) Apply this patch 6) Restart all the things! 7) Repeat steps 1-3 8) Note create_items is unchanged! Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com> Signed off on behalf of Sarah Cornell - Portsmouth Public Library Hi Andrew, do you have an email of Sarah? We could add her sign-off to the patch then. Created attachment 94644 [details] [review] Bug 23863: Editing a basket clears create_items value Test Plan: 1) Create a basket with a non-default value for aqbasket.create_items 2) Click Edit from basket.pl 3) Click Save without changing anything 4) Note that aqbasket.create_items is no longer set 5) Apply this patch 6) Restart all the things! 7) Repeat steps 1-3 8) Note create_items is unchanged! Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Created attachment 94645 [details] [review] Bug 23863: (QA follow-up) Add missing html filter Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Nice work! Pushed to master for 19.11.00 Nice work! Pushed to master for 19.11.00 (In reply to Katrin Fischer from comment #5) > Hi Andrew, do you have an email of Sarah? We could add her sign-off to the > patch then. Whoops, sorry! sbcornell@cityofportsmouth.com Done and pushed... thanks for catching that one Katrin. Pushed to 19.05.x for 19.05.05 |