Bug 15307

Summary: Delete link doesn't appear for newly-added item type translations
Product: Koha Reporter: Owen Leonard <oleonard>
Component: I18N/L10NAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: f.demians, jonathan.druart
Version: Main   
Hardware: All   
OS: All   
See Also: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15308
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15477
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Owen Leonard 2015-12-04 14:48:51 UTC
Immediately after adding an item type translation (Item types -> Translate into other languages) the new translation is added to the table but the last cell where the delete link usually appears is empty. That means that if you made a mistake you have to close the modal window, re-open it, delete the translation, and then re-enter it.

It would be better if:

1. It was possible to edit (rather than only delete and re-add) translations.
2. It was possible to delete translations immediately after adding.
Comment 1 Owen Leonard 2015-12-04 14:55:49 UTC
Oh, I see now that the table cell is editable directly. I could only tell because I was inspecting the source! How we indicate to the user that they can edit?

Another issue: When I edit something I get an error message every time: "An error occurred when updating this translation," although my edits seem to be getting saved each time.
Comment 2 Jonathan Druart 2016-01-06 11:21:31 UTC
(In reply to Owen Leonard from comment #1)
> Oh, I see now that the table cell is editable directly. I could only tell
> because I was inspecting the source! How we indicate to the user that they
> can edit?

What do you suggest?

> Another issue: When I edit something I get an error message every time: "An
> error occurred when updating this translation," although my edits seem to be
> getting saved each time.

See bug 15477 for a patch.