https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29093 --- Comment #11 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (In reply to Nick Clemens from comment #10) Thanks !
A few things to mention, not blockers: 1 - The DBIC patch includes changes from other bugs, I had to generate my own for testing Yes, sorry for that. But the RM will disregard it anyway and do a fresh DBIx update.
2 - Why TINYINT(4) - it seems to be treated as a TINYINT(1) / Boolean? Tinyint is just a byte. The four positions is display width and actually irrelevant for our templates. But theoretically, you are right :)
3 - While it makes display easier, is TOC friendly for translations? It would be nice to have a hover text with the full 'Table of Contents' at least
Good point. Will have a look. -- You are receiving this mail because: You are watching all bug changes.