View | Details | Raw Unified | Return to bug 22343
Collapse All | Expand All

(-)a/installer/data/mysql/atomicupdate/bug_22343_smtp_servers.perl (+6 lines)
Lines 36-41 if( CheckVersion( $DBversion ) ) { Link Here
36
        });
36
        });
37
    }
37
    }
38
38
39
    $dbh->do(q{
40
        INSERT IGNORE INTO permissions
41
            (module_bit, code, description)
42
        VALUES ( 3, 'manage_smtp_servers', 'Manage SMTP servers configuration');
43
    });
44
39
    # Always end with this (adjust the bug info)
45
    # Always end with this (adjust the bug info)
40
    NewVersion( $DBversion, 22343, "Add SMTP configuration options");
46
    NewVersion( $DBversion, 22343, "Add SMTP configuration options");
41
}
47
}
(-)a/installer/data/mysql/userpermissions.sql (-1 / +1 lines)
Lines 34-39 INSERT INTO permissions (module_bit, code, description) VALUES Link Here
34
   ( 3, 'manage_mana', 'Manage Mana KB content sharing'),
34
   ( 3, 'manage_mana', 'Manage Mana KB content sharing'),
35
   ( 3, 'manage_additional_fields', 'Add, edit, or delete additional custom fields for baskets or subscriptions (also requires order_manage or edit_subscription permissions)'),
35
   ( 3, 'manage_additional_fields', 'Add, edit, or delete additional custom fields for baskets or subscriptions (also requires order_manage or edit_subscription permissions)'),
36
   ( 3, 'manage_keyboard_shortcuts', 'Manage keyboard shortcuts for the advanced cataloging editor'),
36
   ( 3, 'manage_keyboard_shortcuts', 'Manage keyboard shortcuts for the advanced cataloging editor'),
37
   ( 3, 'manage_smtp_servers', 'Manage SMTP servers configuration'),
37
   ( 4, 'edit_borrowers', 'Add, modify and view patron information'),
38
   ( 4, 'edit_borrowers', 'Add, modify and view patron information'),
38
   ( 4, 'view_borrower_infos_from_any_libraries', 'View patron infos from any libraries'),
39
   ( 4, 'view_borrower_infos_from_any_libraries', 'View patron infos from any libraries'),
39
   ( 6, 'place_holds', 'Place holds for patrons'),
40
   ( 6, 'place_holds', 'Place holds for patrons'),
40
- 

Return to bug 22343