Repair Permission Seed Data
authorJason Boyer <JBoyer@equinoxinitiative.org>
Thu, 24 Sep 2020 12:03:33 +0000 (08:03 -0400)
committerJason Boyer <JBoyer@equinoxinitiative.org>
Thu, 24 Sep 2020 12:03:33 +0000 (08:03 -0400)
Signed-off-by: Jason Boyer <JBoyer@equinoxinitiative.org>
Open-ILS/src/sql/Pg/950.data.seed-values.sql

index 90121b7..690c5d5 100644 (file)
@@ -1944,10 +1944,10 @@ INSERT INTO permission.perm_list ( id, code, description ) VALUES
  ( 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(623,
+    'Allows user to manage Courses, Course Materials, and associate Users with Courses.', 'ppl', 'description')),
+ ( 625, 'VIEW_BOOKING_RESERVATION', oils_i18n_gettext(625,
     'View booking reservations', 'ppl', 'description')),
- ( 626, 'VIEW_BOOKING_RESERVATION_ATTR_MAP', oils_i18n_gettext(624,
+ ( 626, 'VIEW_BOOKING_RESERVATION_ATTR_MAP', oils_i18n_gettext(626,
     'View booking reservation attribute maps', 'ppl', 'description'))
 ;