[Koha-bugs] [Bug 29390] Authorised values: Add a few missing foreign keys

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Oct 29 00:27:22 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29390

--- Comment #24 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
I agree with Emily, I think we should set NULL and not delete on cascade here.

+            'additional_fields' => 'authorised_value_category',
+            'auth_subfield_structure' => 'authorised_value',
+            'auth_tag_structure' => 'authorised_value',
+            'borrower_attribute_types' => 'authorised_value_category',
+            'club_template_enrollment_fields' => 'authorised_value_category',
+            'club_template_fields' => 'authorised_value_category',
+            'marc_tag_structure' => 'authorised_value',

Especially the removals from the MARC bibliographic/authority data can lead to
data loss easily if we remove the tag and subfield definitions.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list