<permacrud xmlns="http://open-ils.org/spec/opensrf/IDL/permacrud/v1">
<actions>
<create permission="CREATE_IMPORT_ITEM_ATTR_DEF ADMIN_IMPORT_ITEM_ATTR_DEF" context_field="owner"/>
- <retrieve permission="CREATE_IMPORT_ITEM_ATTR_DEF UPDATE_IMPORT_ITEM_ATTR_DEF DELETE_IMPORT_ITEM_ATTR_DEF ADMIN_IMPORT_ITEM_ATTR_DEF" context_field="owner"/>
+ <retrieve permission="VIEW_IMPORT_ITEM_ATTR_DEF" context_field="owner"/>
<update permission="UPDATE_IMPORT_ITEM_ATTR_DEF ADMIN_IMPORT_ITEM_ATTR_DEF" context_field="owner"/>
<delete permission="DELETE_IMPORT_ITEM_ATTR_DEF ADMIN_IMPORT_ITEM_ATTR_DEF" context_field="owner"/>
</actions>
( 617, 'IMPORT_ON_ORDER_CAT_COPY', oils_i18n_gettext( 617,
'Allows users to import copies based on the on-order items attached to a record', 'ppl', 'description' )),
( 618, 'CREATE_PRECAT', oils_i18n_gettext(618,
- 'Allows a user to create a pre-catalogued copy', 'ppl', 'description'))
+ 'Allows a user to create a pre-catalogued copy', 'ppl', 'description')),
+ ( 619, 'VIEW_IMPORT_ITEM_ATTR_DEF', oils_i18n_gettext(619,
+ 'Allow a user to view Holdings Import Profiles', 'ppl', 'description'))
;
--- /dev/null
+BEGIN;
+
+INSERT INTO permission.perm_list ( id, code, description ) VALUES
+ ( 619, 'VIEW_IMPORT_ITEM_ATTR_DEF', oils_i18n_gettext(619,
+ 'Allow a user to view Holdings Import Profiles', 'ppl', 'description'))
+
+COMMIT;
--- /dev/null
+Permissions
++++++++++++
+
+A new permission has been added for allowing users to view Holdings Import Profiles:
+
+* VIEW_IMPORT_ITEM_ATTR_DEF
+
+Previously only users who could modify Holdings Import Profiles were able to view them.
+