Summary: | Modifying an authorised value make it disappear | ||
---|---|---|---|
Product: | Koha | Reporter: | Julian Maurice <julian.maurice> |
Component: | System Administration | Assignee: | Julian Maurice <julian.maurice> |
Status: | CLOSED FIXED | QA Contact: | Nick Clemens (kidclamp) <nick> |
Severity: | critical | ||
Priority: | P5 - low | CC: | aleisha, gmcharlt, jonathan.druart, lucas, nick, sally.healey, tomascohen |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
20.11.00, 20.05.01
|
|
Circulation function: | |||
Bug Depends on: | 17355 | ||
Bug Blocks: | |||
Attachments: |
Bug 25651: Fix modification of authorised value
Bug 25651: Fix modification of authorised value Bug 25651: Fix modification of authorised value |
Description
Julian Maurice
2020-06-02 11:41:17 UTC
Created attachment 105483 [details] [review] Bug 25651: Fix modification of authorised value When modifying an existing authorised value, the category is not correctly passed to the template and so it is not passed to the POST request, which results in the authorised value switching to category '', which effectively make it disappear from the interface. This patch fixes that. Created attachment 105486 [details] [review] Bug 25651: Fix modification of authorised value When modifying an existing authorised value, the category is not correctly passed to the template and so it is not passed to the POST request, which results in the authorised value switching to category '', which effectively make it disappear from the interface. This patch fixes that. Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk> Created attachment 105593 [details] [review] Bug 25651: Fix modification of authorised value When modifying an existing authorised value, the category is not correctly passed to the template and so it is not passed to the POST request, which results in the authorised value switching to category '', which effectively make it disappear from the interface. This patch fixes that. Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk> Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Pushed to master for 20.11, thanks to everybody involved! backported to 20.05.x for 20.05.01 category_name not present in the template in 19.11.x, not backported |