Bug 9884 - Plugin permissions not added to translations
Test Plan: 1) Run xt/permissions.t, note the errors 2) Apply patch 3) Re-run xt/permissions.t, note the errors are gone Signed-off-by: Claire Hernandez <claire.hernandez@biblibre.com> Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> All tests and QA script pass. Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
This commit is contained in:
parent
c8eb5eab63
commit
d95f04313d
8 changed files with 8 additions and 0 deletions
|
@ -53,6 +53,7 @@ INSERT INTO permissions (module_bit, code, description) VALUES
|
|||
(15, 'routing', 'Umlauflisten verwalten'),
|
||||
(16, 'execute_reports', 'SQL-Reports ausführen'),
|
||||
(16, 'create_reports', 'SQL-Reports erstellen'),
|
||||
(19, 'manage', 'Manage plugins ( install / uninstall )'),
|
||||
(19, 'tool', 'Use tool plugins'),
|
||||
(19, 'report', 'Use report plugins'),
|
||||
(19, 'configure', 'Configure plugins')
|
||||
|
|
|
@ -53,6 +53,7 @@ INSERT INTO permissions (module_bit, code, description) VALUES
|
|||
(15, 'routing', 'Routing'),
|
||||
(16, 'execute_reports', 'Execute SQL reports'),
|
||||
(16, 'create_reports', 'Create SQL Reports'),
|
||||
(19, 'manage', 'Manage plugins ( install / uninstall )'),
|
||||
(19, 'tool', 'Use tool plugins'),
|
||||
(19, 'report', 'Use report plugins'),
|
||||
(19, 'configure', 'Configure plugins')
|
||||
|
|
|
@ -53,6 +53,7 @@ INSERT INTO permissions (module_bit, code, description) VALUES
|
|||
(15, 'routing', 'Mettre en circulation'),
|
||||
(16, 'execute_reports', 'Lancer les rapports SQL'),
|
||||
(16, 'create_reports', 'Créer les rapports SQL Reports'),
|
||||
(19, 'manage', 'Manage plugins ( install / uninstall )'),
|
||||
(19, 'tool', 'Use tool plugins'),
|
||||
(19, 'report', 'Use report plugins'),
|
||||
(19, 'configure', 'Configure plugins')
|
||||
|
|
|
@ -55,6 +55,7 @@ INSERT INTO permissions (module_bit, code, description) VALUES
|
|||
(15, 'routing', 'Crea/Manipola liste di distribuzione dei fascicoli ( routing list)'),
|
||||
(16, 'execute_reports', 'Esegui reports SQL'),
|
||||
(16, 'create_reports', 'Crea reports SQL'),
|
||||
(19, 'manage', 'Manage plugins ( install / uninstall )'),
|
||||
(19, 'tool', 'Use tool plugins'),
|
||||
(19, 'report', 'Use report plugins'),
|
||||
(19, 'configure', 'Configure plugins')
|
||||
|
|
|
@ -73,6 +73,7 @@ INSERT INTO permissions (module_bit, code, description) VALUES
|
|||
(15, 'routing', 'Sirkulasjon'),
|
||||
(16, 'execute_reports', 'Kjøre SQL-rapporter'),
|
||||
(16, 'create_reports', 'Opprette SQL-rapporter'),
|
||||
(19, 'manage', 'Manage plugins ( install / uninstall )'),
|
||||
(19, 'tool', 'Use tool plugins'),
|
||||
(19, 'report', 'Use report plugins'),
|
||||
(19, 'configure', 'Configure plugins')
|
||||
|
|
|
@ -54,6 +54,7 @@ INSERT INTO permissions (module_bit, code, description) VALUES
|
|||
(15, 'routing', 'Routing'),
|
||||
(16, 'execute_reports', 'Execute SQL reports'),
|
||||
(16, 'create_reports', 'Create SQL Reports'),
|
||||
(19, 'manage', 'Manage plugins ( install / uninstall )'),
|
||||
(19, 'tool', 'Use tool plugins'),
|
||||
(19, 'report', 'Use report plugins'),
|
||||
(19, 'configure', 'Configure plugins')
|
||||
|
|
|
@ -78,6 +78,7 @@ INSERT INTO permissions (module_bit, code, description) VALUES
|
|||
(15, 'routing', 'Routing'),
|
||||
(16, 'execute_reports', 'Execute SQL reports'),
|
||||
(16, 'create_reports', 'Create SQL Reports'),
|
||||
(19, 'manage', 'Manage plugins ( install / uninstall )'),
|
||||
(19, 'tool', 'Use tool plugins'),
|
||||
(19, 'report', 'Use report plugins'),
|
||||
(19, 'configure', 'Configure plugins')
|
||||
|
|
|
@ -78,6 +78,7 @@ INSERT INTO permissions (module_bit, code, description) VALUES
|
|||
(15, 'routing', 'Routing'),
|
||||
(16, 'execute_reports', 'Execute SQL reports'),
|
||||
(16, 'create_reports', 'Create SQL Reports'),
|
||||
(19, 'manage', 'Manage plugins ( install / uninstall )'),
|
||||
(19, 'tool', 'Use tool plugins'),
|
||||
(19, 'report', 'Use report plugins'),
|
||||
(19, 'configure', 'Configure plugins')
|
||||
|
|
Loading…
Reference in a new issue