Bug 15307 - Delete link doesn't appear for newly-added item type translations
Summary: Delete link doesn't appear for newly-added item type translations
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: I18N/L10N (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-04 14:48 UTC by Owen Leonard
Modified: 2016-01-06 11:21 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.