[open-ils-commits] r13709 - trunk/Open-ILS/src/sql/Pg (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Jul 23 10:57:05 EDT 2009


Author: erickson
Date: 2009-07-23 10:57:02 -0400 (Thu, 23 Jul 2009)
New Revision: 13709

Modified:
   trunk/Open-ILS/src/sql/Pg/950.data.seed-values.sql
Log:
updated perm description to match expectations

Modified: trunk/Open-ILS/src/sql/Pg/950.data.seed-values.sql
===================================================================
--- trunk/Open-ILS/src/sql/Pg/950.data.seed-values.sql	2009-07-23 14:51:57 UTC (rev 13708)
+++ trunk/Open-ILS/src/sql/Pg/950.data.seed-values.sql	2009-07-23 14:57:02 UTC (rev 13709)
@@ -928,7 +928,7 @@
 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 



More information about the open-ils-commits mailing list