[open-ils-commits] r12780 - trunk/Open-ILS/examples (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Apr 3 14:34:05 EDT 2009
Author: erickson
Date: 2009-04-03 14:33:58 -0400 (Fri, 03 Apr 2009)
New Revision: 12780
Modified:
trunk/Open-ILS/examples/fm_IDL.xml
Log:
go ahead and protect tracker retrieval as well
Modified: trunk/Open-ILS/examples/fm_IDL.xml
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xml 2009-04-03 18:26:58 UTC (rev 12779)
+++ trunk/Open-ILS/examples/fm_IDL.xml 2009-04-03 18:33:58 UTC (rev 12780)
@@ -1588,7 +1588,7 @@
<permacrud xmlns="http://open-ils.org/spec/opensrf/IDL/permacrud/v1">
<actions>
<create permission="money.collections_tracker.create" context_field="location"/>
- <retrieve/>
+ <retrieve permission="money.collections_tracker.create" context_field="location"/>
<delete permission="money.collections_tracker.create" context_field="location"/>
</actions>
</permacrud>
More information about the open-ils-commits
mailing list