[Koha-bugs] [Bug 14100] Generic solution for language overlay

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 13 11:41:35 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14100

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #43367|0                           |1
        is obsolete|                            |

--- Comment #35 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 43369
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=43369&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 <jonathan.druart at bugs.koha-community.org>

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


More information about the Koha-bugs mailing list