From 5a580636ad20f0262ebd8348a01c6c21abe28fc8 Mon Sep 17 00:00:00 2001 From: Jason Boyer Date: Thu, 24 Sep 2020 08:03:33 -0400 Subject: [PATCH] Repair Permission Seed Data Signed-off-by: Jason Boyer --- Open-ILS/src/sql/Pg/950.data.seed-values.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 90121b7512..690c5d5464 100644 --- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql +++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql @@ -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')) ; -- 2.11.0