Author: jleroux
Date: Fri Aug 28 07:32:40 2009 New Revision: 808792 URL: http://svn.apache.org/viewvc?rev=808792&view=rev Log: Fix "cannot add new requirement from workeffort screens" (https://issues.apache.org/jira/browse/OFBIZ-2726) - OFBIZ-2726 Modified: ofbiz/trunk/applications/workeffort/servicedef/services.xml Modified: ofbiz/trunk/applications/workeffort/servicedef/services.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/servicedef/services.xml?rev=808792&r1=808791&r2=808792&view=diff ============================================================================== --- ofbiz/trunk/applications/workeffort/servicedef/services.xml (original) +++ ofbiz/trunk/applications/workeffort/servicedef/services.xml Fri Aug 28 07:32:40 2009 @@ -404,10 +404,9 @@ <service name="createWorkRequirementFulfillment" engine="simple" auth="true" location="component://workeffort/script/org/ofbiz/workeffort/workeffort/WorkEffortSimpleServices.xml" invoke="createWorkRequirementFulfillment"> <description>Creates a WorkRequirementFulfillment</description> - <auto-attributes include="pk" mode="IN" optional="false" entity-name="WorkRequirementFulfillment"/> + <auto-attributes include="pk" mode="IN" optional="true" entity-name="WorkRequirementFulfillment"/> <auto-attributes include="nonpk" mode="IN" optional="true" entity-name="WorkRequirementFulfillment"/> <auto-attributes include="all" mode="IN" optional="true" entity-name="Requirement"/> - <override name="requirementId" optional="true" mode="INOUT"/> </service> <service name="deleteWorkRequirementFulfillment" engine="simple" auth="true" location="component://workeffort/script/org/ofbiz/workeffort/workeffort/WorkEffortSimpleServices.xml" invoke="deleteWorkRequirementFulfillment"> @@ -734,9 +733,9 @@ location="org.ofbiz.workeffort.workeffort.WorkEffortServices" invoke="migrateWorkEffortEventReminders" auth="true"> <description>Migrate work effort event reminders. Run this service to update work effort reminders.</description> </service> - + <!-- WorkEffort and Survey Services --> - <service name="createWorkEffortSurveyAppl" engine="simple" default-entity-name="WorkEffortSurveyAppl" + <service name="createWorkEffortSurveyAppl" engine="simple" default-entity-name="WorkEffortSurveyAppl" location="component://workeffort/script/org/ofbiz/workeffort/workeffort/WorkEffortSimpleServices.xml" invoke="createWorkEffortSurveyAppl" auth="true"> <description>Create a WorkEffort Survey</description> <permission-service service-name="workEffortGenericPermission" main-action="CREATE"/> @@ -744,7 +743,7 @@ <auto-attributes include="nonpk" mode="IN" optional="true"/> <override name="fromDate" optional="true"/> </service> - <service name="updateWorkEffortSurveyAppl" default-entity-name="WorkEffortSurveyAppl" engine="simple" + <service name="updateWorkEffortSurveyAppl" default-entity-name="WorkEffortSurveyAppl" engine="simple" location="component://workeffort/script/org/ofbiz/workeffort/workeffort/WorkEffortSimpleServices.xml" invoke="updateWorkEffortSurveyAppl" auth="true"> <description>Update a WorkEffort Survey</description> <permission-service service-name="workEffortGenericPermission" main-action="UPDATE"/> |
Free forum by Nabble | Edit this page |