[open-ils-commits] r13055 - trunk/Open-ILS/examples (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon May 4 15:50:07 EDT 2009


Author: erickson
Date: 2009-05-04 15:50:04 -0400 (Mon, 04 May 2009)
New Revision: 13055

Modified:
   trunk/Open-ILS/examples/fm_IDL.xml
Log:
give more view perrms to provider

Modified: trunk/Open-ILS/examples/fm_IDL.xml
===================================================================
--- trunk/Open-ILS/examples/fm_IDL.xml	2009-05-04 18:00:47 UTC (rev 13054)
+++ trunk/Open-ILS/examples/fm_IDL.xml	2009-05-04 19:50:04 UTC (rev 13055)
@@ -4334,7 +4334,7 @@
         <permacrud xmlns="http://open-ils.org/spec/opensrf/IDL/permacrud/v1">
             <actions>
                 <create   permission="ADMIN_PROVIDER" context_field="owner"/>
-                <retrieve permission="ADMIN_PROVIDER" context_field="owner"/>
+                <retrieve permission="ADMIN_PROVIDER MANAGE_PROVIDER VIEW_PROVIDER" context_field="owner"/>
                 <update   permission="ADMIN_PROVIDER" context_field="owner"/>
                 <delete   permission="ADMIN_PROVIDER" context_field="owner"/>
             </actions>



More information about the open-ils-commits mailing list