From: Jason Boyer Date: Thu, 24 Sep 2020 12:03:33 +0000 (-0400) Subject: Repair Permission Seed Data X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=8e802dbd38b9a0956cd28124a154034b27ff1abe;p=Evergreen.git Repair Permission Seed Data Signed-off-by: Jason Boyer --- diff --git a/Open-ILS/src/sql/Pg/950.data.seed-values.sql b/Open-ILS/src/sql/Pg/950.data.seed-values.sql index 1cbecd8fb1..56397cef5d 100644 --- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql +++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql @@ -1938,9 +1938,13 @@ 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')), - ( 625, 'VIEW_BOOKING_RESERVATION', oils_i18n_gettext(623, + ( 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, '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')) ;