[OFBiz] SVN: r7010 - trunk/applications/humanres/servicedef
sichen@svn.ofbiz.org
sichen at svn.ofbiz.org
Fri Mar 17 10:39:30 CST 2006
Author: sichen
Date: 2006-03-17 10:39:27 -0600 (Fri, 17 Mar 2006)
New Revision: 7010
Modified:
trunk/applications/humanres/servicedef/services.xml
Log:
Changed createPartyQual to require userLogin
Modified: trunk/applications/humanres/servicedef/services.xml
===================================================================
--- trunk/applications/humanres/servicedef/services.xml 2006-03-17 00:41:43 UTC (rev 7009)
+++ trunk/applications/humanres/servicedef/services.xml 2006-03-17 16:39:27 UTC (rev 7010)
@@ -24,7 +24,7 @@
<version>1.0</version>
<service name="createPartyQual" engine="java" default-entity-name="PartyQual"
- location="org.ofbiz.humanres.HumanResServices" invoke="createPartyQual" auth="false">
+ location="org.ofbiz.humanres.HumanResServices" invoke="createPartyQual" auth="true">
<description>Create a Party Qualification entry</description>
<auto-attributes mode="INOUT" include="pk" optional="true"/>
<auto-attributes mode="IN" include="nonpk" optional="true"/>
More information about the Svn
mailing list