| Summary: | User permissions SQL File Translation | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Frédéric Demians <f.demians> |
| Component: | Architecture, internals, and plumbing | Assignee: | Frédéric Demians <f.demians> |
| Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
| Severity: | minor | ||
| Priority: | PATCH-Sent (DO NOT USE) | CC: | chris, koha.sekjal |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Crowdfunding goal: | 0 |
| Patch complexity: | --- | Documentation contact: | |
| Documentation submission: | Text to go in the release notes: | ||
| Version(s) released in: | Circulation function: | ||
| Attachments: |
Fix userpermissions SQL file for fr-FR
[SIGNED-OFF] Bug 6883 Update userpermisions.sql fr-FR file |
||
Created attachment 5457 [details] [review] Fix userpermissions SQL file for fr-FR Not sure a sign-off is needed for such a patch... Created attachment 5949 [details] [review] [SIGNED-OFF] Bug 6883 Update userpermisions.sql fr-FR file Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> I verified that the new files works with the web installer, permissions can be set and removed. Just a change to textual values in a SQL file. I cannot confirm the translation is correct, but I can check the syntax and layout. By that token, Passed QA. Pushed, please test Test passes on current master. |
When new permissions are added to userpermissions.sql file for the English version, it is necessary to : 1. add them to localized version of those files, the test case xt/permissions.t track missing permissions 2. add them to live DB via updatabase.pl script 3. translate the localized version from English This bug is a meta-bug where to attach patch for: - adding permissions to localized .sql files when missing - adding UPDATEs to updatabase.pl if omitted - translating from English