You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by as...@apache.org on 2008/09/23 14:43:14 UTC

svn commit: r698160 - /ofbiz/trunk/applications/product/servicedef/services_facility.xml

Author: ashish
Date: Tue Sep 23 05:43:14 2008
New Revision: 698160

URL: http://svn.apache.org/viewvc?rev=698160&view=rev
Log:
Override the behaviour of fromDate so if user gives empty value for fromDate then put the nowtimestamp over there.

Modified:
    ofbiz/trunk/applications/product/servicedef/services_facility.xml

Modified: ofbiz/trunk/applications/product/servicedef/services_facility.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/servicedef/services_facility.xml?rev=698160&r1=698159&r2=698160&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/servicedef/services_facility.xml (original)
+++ ofbiz/trunk/applications/product/servicedef/services_facility.xml Tue Sep 23 05:43:14 2008
@@ -734,6 +734,7 @@
         <permission-service service-name="facilityGenericPermission" main-action="CREATE"/>
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
+        <override name="fromDate" optional="true"/>
     </service>
     
     <service name="addPartyToFacilityGroup" engine="simple"