https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15836 --- Comment #95 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Oliver Behnke from comment #94)
FYI, the DB schema changes in https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=82289 are incomplete/incorrect.
1) Table "class_sources" gets its "class_split_rule" pre-filled with the existing "class_sort_rule" counterparts, yet the "class_split_rules" table is only filled with fixed presets. Thus adding the "class_source_ibfk_2" constraint will fail as soon as there are more sort rules than split rules, that is, as soon as there are any custom sort rules.
2) The "class_split_rules" preset values are apparently copied from the "class_sort_rules" rules, leaving the "sorting rules" fragment in their descriptions. Those are presumably meant to be called "splitting rules".
Best, Oliver
Hi Oliver, can you please file this as a separate bug report and link to this bug using the "Depends"? Once a bug is pushed, closed and released like this, we always need a new one for tracking the change. -- You are receiving this mail because: You are watching all bug changes.