http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14100
--- Comment #30 from Jonathan Druart <[email protected]> --- Created attachment 43365 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=43365&action=edit Bug 14100: Better errors handling This patch mainly improves the errors handling. It's now not possible to add a translation for the same entity-code-lang combination. Note that we could add entity,code,lang,translation as a unique key but translation is TEXT (TEXT column 'translation' used in key specification without a key length). Let's see later what's is best here. It also: - wording: Translate for other languages => into - fixes encoding issues on add/update (was just display) - add entity and code to the title of the pop-up window Signed-off-by: Jonathan Druart <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
