Author: jleroux
Date: Sat Oct 17 22:23:32 2015
New Revision: 1709222
URL:
http://svn.apache.org/viewvc?rev=1709222&view=revLog:
Fixes the previous definitions which was false because not using an entity-auto but s simple engine. This is the same than in trunk now.
Modified:
ofbiz/branches/release12.04/applications/humanres/servicedef/services.xml
ofbiz/branches/release13.07/applications/humanres/servicedef/services.xml
Modified: ofbiz/branches/release12.04/applications/humanres/servicedef/services.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release12.04/applications/humanres/servicedef/services.xml?rev=1709222&r1=1709221&r2=1709222&view=diff==============================================================================
--- ofbiz/branches/release12.04/applications/humanres/servicedef/services.xml (original)
+++ ofbiz/branches/release12.04/applications/humanres/servicedef/services.xml Sat Oct 17 22:23:32 2015
@@ -316,11 +316,9 @@ under the License.
<auto-attributes mode="IN" include="pk" optional="false"/>
</service>
- <service name="createSalaryStep" engine="simple" default-entity-name="SalaryStep"
- location="component://humanres/script/org/ofbiz/humanres/HumanResServices.xml" invoke="createSalaryStep" auth="true">
+ <service name="createSalaryStep" engine="entity-auto" default-entity-name="SalaryStep" invoke="create" auth="true">
<description>Create Salary Step</description>
<permission-service service-name="humanResManagerPermission" main-action="CREATE"/>
- <auto-attributes mode="IN" include="pk" optional="false"/>
<auto-attributes mode="IN" include="nonpk" optional="true"/>
<attribute name="payGradeId" mode="IN" type="String"/>
<attribute name="fromDate" mode="IN" type="Timestamp"/>
Modified: ofbiz/branches/release13.07/applications/humanres/servicedef/services.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release13.07/applications/humanres/servicedef/services.xml?rev=1709222&r1=1709221&r2=1709222&view=diff==============================================================================
--- ofbiz/branches/release13.07/applications/humanres/servicedef/services.xml (original)
+++ ofbiz/branches/release13.07/applications/humanres/servicedef/services.xml Sat Oct 17 22:23:32 2015
@@ -316,11 +316,9 @@ under the License.
<auto-attributes mode="IN" include="pk" optional="false"/>
</service>
- <service name="createSalaryStep" engine="simple" default-entity-name="SalaryStep"
- location="component://humanres/script/org/ofbiz/humanres/HumanResServices.xml" invoke="createSalaryStep" auth="true">
+ <service name="createSalaryStep" engine="entity-auto" default-entity-name="SalaryStep" invoke="create" auth="true">
<description>Create Salary Step</description>
<permission-service service-name="humanResManagerPermission" main-action="CREATE"/>
- <auto-attributes mode="IN" include="pk" optional="false"/>
<auto-attributes mode="IN" include="nonpk" optional="true"/>
<attribute name="payGradeId" mode="IN" type="String"/>
<attribute name="fromDate" mode="IN" type="Timestamp"/>