Revert "Repair Permission Seed Data"
authorJason Boyer <JBoyer@equinoxinitiative.org>
Fri, 30 Oct 2020 16:56:14 +0000 (12:56 -0400)
committerJason Boyer <JBoyer@equinoxinitiative.org>
Fri, 30 Oct 2020 16:56:14 +0000 (12:56 -0400)
This reverts commit 46a5f66a146e1916900fb2de605413bf83aea972.
The original commit was mistakenly backported too far, these
permissions do not apply to 3.5.

Signed-off-by: Jason Boyer <JBoyer@equinoxinitiative.org>
Open-ILS/src/sql/Pg/950.data.seed-values.sql

index 63a07d4..c1e8ba7 100644 (file)
@@ -1940,13 +1940,9 @@ INSERT INTO permission.perm_list ( id, code, description ) VALUES
     'View booking resource types', 'ppl', 'description')),
  ( 622, 'VIEW_BOOKING_RESOURCE', oils_i18n_gettext(622,
     'View booking resources', 'ppl', 'description')),
- ( 623, 'UPDATE_ORG_UNIT_SETTING.opac.matomo', oils_i18n_gettext(623,
-    'Allows a user to configure Matomo Analytics org unit settings', 'ppl', 'description')),
- ( 624, 'MANAGE_RESERVES', oils_i18n_gettext(624,
-    'Allows user to manage Courses, Course Materials, and associate Users with Courses.', 'ppl', 'description')),
- ( 625, 'VIEW_BOOKING_RESERVATION', oils_i18n_gettext(625,
+ ( 625, 'VIEW_BOOKING_RESERVATION', oils_i18n_gettext(623,
     'View booking reservations', 'ppl', 'description')),
- ( 626, 'VIEW_BOOKING_RESERVATION_ATTR_MAP', oils_i18n_gettext(626,
+ ( 626, 'VIEW_BOOKING_RESERVATION_ATTR_MAP', oils_i18n_gettext(624,
     'View booking reservation attribute maps', 'ppl', 'description'))
 ;