Vandelay match set permission additions collab/dyrcona/vandelay-missing-perms-etc
authorBill Erickson <berick@esilibrary.com>
Wed, 21 Mar 2012 20:33:39 +0000 (16:33 -0400)
committerJason Stephenson <jstephenson@mvlc.org>
Fri, 30 Mar 2012 17:20:14 +0000 (13:20 -0400)
commit48faffeb72f4010cf7a335f8346824ebf70f7057
tree241fad9ee5120c931944e1d3709ff3617fbb5a23
parent4a1cf10753dde847ace2365cf4f7982ff6238a8b
Vandelay match set permission additions

Allow retrieve access for match points with the VIEW_IMPORT_MATCH_SET
permission (in addition to ADMIN_IMPORT_MATCH_SET).

Adds 2 new permissions to the database:

ADMIN_IMPORT_MATCH_SET
VIEW_IMPORT_MATCH_SET

Conflicts:

Open-ILS/src/sql/Pg/950.data.seed-values.sql

I had to change the ids of the new permissions because another branch
had used one of the ids since this branch was last rebased.  I also edited
the ids in the upgrade script to match what is in 950.data.seed-values.sql.

NOTE: There is at least 1 other outstanding branch that uses the same ids
for permissions as this branch, so this branch may need to be edited again
depending on when it is finally merged.

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
Open-ILS/examples/fm_IDL.xml
Open-ILS/src/sql/Pg/950.data.seed-values.sql
Open-ILS/src/sql/Pg/upgrade/XXXX.data.vandelay_perms_etc.sql [new file with mode: 0644]