https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31383 --- Comment #5 from Kyle M Hall <kyle@bywatersolutions.com> --- (In reply to Katrin Fischer from comment #2)
(In reply to Kyle M Hall from comment #1)
For a less radical engineering change, we could just add a parent_id column to the existing table.
Reading the bug description, that was my first thought too, but I think Marcel didn't mean having a main page and parent pages, but something different.
We'd have one main entry for the type of customization in the 'parent' table, like "OpacNav".
Then the second table would be an 1:n relationship having the translations.
We see a lot of bugs because the current structure requires a "default" entry to exist and things like that. I also think we might need to rethink the structure, but it will be a bigger change.
Ah, thanks for the clarity Katrin! -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.