From ff0ff2eb5bebb908aec2b15f6e421e4980089ccc Mon Sep 17 00:00:00 2001 From: Jason Boyer Date: Fri, 30 Oct 2020 12:56:14 -0400 Subject: [PATCH] Revert "Repair Permission Seed Data" 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 --- Open-ILS/src/sql/Pg/950.data.seed-values.sql | 8 ++------ 1 file changed, 2 insertions(+), 6 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 63a07d47e6..c1e8ba760c 100644 --- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql +++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql @@ -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')) ; -- 2.43.2