From 8cbe9d319519e9544d9a72c400f9a26e9045ad61 Mon Sep 17 00:00:00 2001 From: miker Date: Fri, 24 Oct 2008 03:59:17 +0000 Subject: [PATCH] adding vandelay item tables to IDL with permacrud perms git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_4@10890 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/examples/fm_IDL.xml | 115 +++++++++++++++++++++++++++ Open-ILS/src/sql/Pg/950.data.seed-values.sql | 9 +++ 2 files changed, 124 insertions(+) diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml index d7f73ae709..b4232d0958 100644 --- a/Open-ILS/examples/fm_IDL.xml +++ b/Open-ILS/examples/fm_IDL.xml @@ -136,6 +136,121 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 8baa5939f3..e1596581e4 100644 --- a/Open-ILS/src/sql/Pg/950.data.seed-values.sql +++ b/Open-ILS/src/sql/Pg/950.data.seed-values.sql @@ -1232,6 +1232,15 @@ INSERT INTO permission.perm_list (code) VALUES ('UPDATE_LOCALE'); INSERT INTO permission.perm_list (code) VALUES ('UPDATE_MARC_CODE'); INSERT INTO permission.perm_list (code) VALUES ('UPDATE_TRANSLATION'); INSERT INTO permission.perm_list (code) VALUES ('VIEW_AUTHORITY_RECORD_NOTES'); +INSERT INTO permission.perm_list (code) VALUES ('CREATE_IMPORT_ITEM'); +INSERT INTO permission.perm_list (code) VALUES ('CREATE_IMPORT_ITEM_ATTR_DEF'); +INSERT INTO permission.perm_list (code) VALUES ('CREATE_IMPORT_TRASH_FIELD'); +INSERT INTO permission.perm_list (code) VALUES ('DELETE_IMPORT_ITEM'); +INSERT INTO permission.perm_list (code) VALUES ('DELETE_IMPORT_ITEM_ATTR_DEF'); +INSERT INTO permission.perm_list (code) VALUES ('DELETE_IMPORT_TRASH_FIELD'); +INSERT INTO permission.perm_list (code) VALUES ('UPDATE_IMPORT_ITEM'); +INSERT INTO permission.perm_list (code) VALUES ('UPDATE_IMPORT_ITEM_ATTR_DEF'); +INSERT INTO permission.perm_list (code) VALUES ('UPDATE_IMPORT_TRASH_FIELD'); INSERT INTO permission.grp_tree (id, name, parent, description, perm_interval, usergroup, application_perm) VALUES -- 2.11.0