Remove Extraneous Permissions from Course Reserves
authorJason Boyer <JBoyer@equinoxinitiative.org>
Wed, 16 Sep 2020 17:03:20 +0000 (13:03 -0400)
committerJason Boyer <JBoyer@equinoxinitiative.org>
Wed, 16 Sep 2020 18:38:17 +0000 (14:38 -0400)
According to the release notes and seed data the MANAGE_RESERVES
permission is intended to be granted to the Circulation Administrator
group rather than Serials and System / Global Administrators.

Signed-off-by: Jason Boyer <JBoyer@equinoxinitiative.org>

Open-ILS/src/sql/Pg/version-upgrade/3.5.1-3.6-beta1-upgrade-db.sql

index d163742..9b6578a 100644 (file)
@@ -1734,7 +1734,7 @@ INSERT INTO permission.perm_list(id, code, description)
         )
     );
 
-INSERT INTO permission.grp_perm_map(perm, grp, depth) VALUES (624, 9, 0), (624, 11, 0), (624, 12, 0), (624, 13, 0);
+INSERT INTO permission.grp_perm_map(perm, grp, depth) VALUES (624, 9, 0);
 
 INSERT INTO config.org_unit_setting_type 
     (grp, name, datatype, label, description, fm_class)