[open-ils-commits] r10013 - trunk/Open-ILS/src/sql/Pg
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Jul 10 09:03:09 EDT 2008
Author: miker
Date: 2008-07-10 09:03:03 -0400 (Thu, 10 Jul 2008)
New Revision: 10013
Modified:
trunk/Open-ILS/src/sql/Pg/950.data.seed-values.sql
Log:
adding DELETE_RECORD to the default permission set
Modified: trunk/Open-ILS/src/sql/Pg/950.data.seed-values.sql
===================================================================
--- trunk/Open-ILS/src/sql/Pg/950.data.seed-values.sql 2008-07-10 04:39:47 UTC (rev 10012)
+++ trunk/Open-ILS/src/sql/Pg/950.data.seed-values.sql 2008-07-10 13:03:03 UTC (rev 10013)
@@ -1023,6 +1023,8 @@
(151, 'DELETE_CONTAINER_ITEM', oils_i18n_gettext('Allows a user to delete an item out of another user''s container'));
INSERT INTO permission.perm_list VALUES
(152, 'ASSIGN_WORK_ORG_UNIT', oils_i18n_gettext('Allow a staff member to define where another staff member has their permissions'));
+INSERT INTO permission.perm_list VALUES
+ (153, 'DELETE_RECORD', oils_i18n_gettext('Allow a staff member to directly remove a bibliographic record'));
SELECT SETVAL('permission.perm_list_id_seq'::TEXT, (SELECT MAX(id) FROM permission.perm_list));
More information about the open-ils-commits
mailing list