[open-ils-commits] r15663 - trunk/Open-ILS/src/sql/Pg (dbs)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Mar 2 16:32:26 EST 2010
Author: dbs
Date: 2010-03-02 16:32:20 -0500 (Tue, 02 Mar 2010)
New Revision: 15663
Modified:
trunk/Open-ILS/src/sql/Pg/950.data.seed-values.sql
Log:
Add ALLOW_ALT_TCN permission to the permission list
If given this permission, it will enable rogue cataloguers to set a
different TCN if an incoming bib record conflicts with an existing
bib record.
Modified: trunk/Open-ILS/src/sql/Pg/950.data.seed-values.sql
===================================================================
--- trunk/Open-ILS/src/sql/Pg/950.data.seed-values.sql 2010-03-02 20:59:11 UTC (rev 15662)
+++ trunk/Open-ILS/src/sql/Pg/950.data.seed-values.sql 2010-03-02 21:32:20 UTC (rev 15663)
@@ -1252,7 +1252,8 @@
(359, 'HOLD_ITEM_CHECKED_OUT.override', oils_i18n_gettext(359, 'Allows a user to place a hold on an item that they already have checked out', 'ppl', 'description')),
(360, 'RETRIEVE_RESERVATION_PULL_LIST', oils_i18n_gettext(360, 'Allows a user to retrieve a booking reservation pull list', 'ppl', 'description')),
(361, 'CAPTURE_RESERVATION', oils_i18n_gettext(361, 'Allows a user to capture booking reservations', 'ppl', 'description')),
- (362, 'MERGE_USERS', oils_i18n_gettext(362, 'Allows user records to be merged', 'ppl', 'description'))
+ (362, 'MERGE_USERS', oils_i18n_gettext(362, 'Allows user records to be merged', 'ppl', 'description')),
+ (363, 'ALLOW_ALT_TCN', oils_i18n_gettext(363, 'Allows staff to import a record using an alternate TCN to avoid conflicts', 'ppl', 'description'))
;
SELECT SETVAL('permission.perm_list_id_seq'::TEXT, 1000);
More information about the open-ils-commits
mailing list