[open-ils-commits] r8963 - trunk/Open-ILS/examples
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Mar 11 09:27:35 EDT 2008
Author: miker
Date: 2008-03-11 08:54:23 -0400 (Tue, 11 Mar 2008)
New Revision: 8963
Modified:
trunk/Open-ILS/examples/fm_IDL.xml
Log:
correction to transit perms
Modified: trunk/Open-ILS/examples/fm_IDL.xml
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xml 2008-03-11 12:53:27 UTC (rev 8962)
+++ trunk/Open-ILS/examples/fm_IDL.xml 2008-03-11 12:54:23 UTC (rev 8963)
@@ -463,9 +463,7 @@
</links>
<permacrud xmlns="http://open-ils.org/spec/opensrf/IDL/permacrud/v1">
<actions>
- <create permission="TRANSIT_COPY" context_field="owner">
- <context link="target_copy" field="circ_lib"/>
- </create>
+ <create permission="TRANSIT_COPY"/>
<retrieve/>
<update permission="UPDATE_TRANSIT" context_field="dest|source"/>
<delete permission="DELETE_TRANSIT" context_field="dest|source"/>
More information about the open-ils-commits
mailing list