[open-ils-commits] r11918 - trunk/Open-ILS/examples
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Jan 22 16:18:46 EST 2009
Author: dbs
Date: 2009-01-22 16:18:42 -0500 (Thu, 22 Jan 2009)
New Revision: 11918
Modified:
trunk/Open-ILS/examples/opensrf_core.xml.example
Log:
The fielder service needs to be publicly available; it only exposes objects that are publicly visible.
Thanks berick!
Modified: trunk/Open-ILS/examples/opensrf_core.xml.example
===================================================================
--- trunk/Open-ILS/examples/opensrf_core.xml.example 2009-01-22 20:51:57 UTC (rev 11917)
+++ trunk/Open-ILS/examples/opensrf_core.xml.example 2009-01-22 21:18:42 UTC (rev 11918)
@@ -20,6 +20,7 @@
<service>open-ils.circ</service>
<service>open-ils.actor</service>
<service>open-ils.auth</service>
+ <service>open-ils.fielder</service>
<service>open-ils.collections</service>
<service>open-ils.reporter</service>
</services>
More information about the open-ils-commits
mailing list