Bug 4899

Summary: Not all permission are present in italian and english userpermissions
Product: Koha Reporter: Zeno Tajoli <ztajoli>
Component: I18N/L10NAssignee: Zeno Tajoli <ztajoli>
Status: CLOSED FIXED QA Contact: Bugs List <koha-bugs>
Severity: normal    
Priority: PATCH-Sent (DO NOT USE) CC: chris
Version: rel_3_0   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Zeno Tajoli 2010-06-21 14:14:14 UTC
This bug is similar to bug 3609, but it is not the same.

In the italian setup file ../installer/data/mysql/it-IT/necessari/userpermissions.sql there are not all permission present in
../installer/data/mysql/fr-FR/1-Obligatoire/userpermissions.sql

The missing line is:
(13, 'manage_csv_profiles', 'Manage CSV export profiles'),

This line is missing also in english setup, file ../installer/data/mysql/en/mandatory/userpermissions.sql
Comment 1 Zeno Tajoli 2010-06-21 15:12:20 UTC
There are two patch for this bug:

1)The italian setup
http://lists.koha-community.org/pipermail/koha-patches/2010-June/012122.html

2)The english setup
http://lists.koha-community.org/pipermail/koha-patches/2010-June/012123.html
Comment 2 Chris Cormack 2010-12-14 02:42:48 UTC
Is this still needed Zeno?
Comment 3 Zeno Tajoli 2010-12-23 11:55:49 UTC
The bug is fixed. So I close it.