[Koha-bugs] [Bug 29113] New "code" field for additional contents is not useful for the end users

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Nov 5 15:22:51 CET 2021


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

--- Comment #24 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
To go further:
1. We should add "pages" to this table (and so don't split the table or we will
end up with 3 identical tables). This is related to bug 27527.
2. I actually think we should put the notice templates into this table (merge
them at least)
3. What we need to avoid this code is to normalize and have 2 tables, linked
together.

additional_contents
- id
- category
- published_on
- updated_on
- expirationdate
- number

Another table for translations:
- fk
- lang (or eventually fk to a lang table)
- title
- content

And, this is similar to the itemtypes, av, etc. translation story. Translations
in the DB must be reconsidered, but it's another topic...

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


More information about the Koha-bugs mailing list