From: erickson Date: Thu, 23 Jul 2009 14:57:02 +0000 (+0000) Subject: updated perm description to match expectations X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=894b7425609b7d30fd52cce761839e106b814d42;p=evergreen%2Fmasslnc.git updated perm description to match expectations git-svn-id: svn://svn.open-ils.org/ILS/trunk@13709 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- 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 ae56d5ed05..f3270f669b 100644 --- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql +++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql @@ -928,7 +928,7 @@ INSERT INTO permission.perm_list VALUES INSERT INTO permission.perm_list VALUES (29, 'UPDATE_USER', oils_i18n_gettext(29, 'Allow a user to edit a user''s record', 'ppl', 'description')); INSERT INTO permission.perm_list VALUES - (30, 'DELETE_USER', oils_i18n_gettext(30, 'Allow a user to mark a user as deleted', 'ppl', 'description')); + (30, 'DELETE_USER', oils_i18n_gettext(30, 'Allow a user to delete another user, including all associated transactions', 'ppl', 'description')); INSERT INTO permission.perm_list VALUES (31, 'VIEW_USER', oils_i18n_gettext(31, 'Allow a user to view another user''s Patron Record', 'ppl', 'description')); INSERT INTO permission.perm_list VALUES