Summary: | Renaming/removing an authorised value does not cascade to linked tables | ||
---|---|---|---|
Product: | Koha | Reporter: | Marcel de Rooy <m.de.rooy> |
Component: | System Administration | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | gmcharlt, jonathan.druart, martin.renvoize, tomascohen |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21466 | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: |
Description
Marcel de Rooy
2022-09-15 08:43:23 UTC
Feedback welcome Well, there is the script :) An other solution could be to SELECT COUNT(*) FROM items where location = $old_value and display an alert if there are some. You could also provide a link to the batch mod item with the items to modify. In theory I guess we could look up via the frameworks if a authorised value is used and then offer to update the items or at least display a warning. Fixing this in general for all types of AV would probably turn out a bit nightmarish. |