You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by le...@apache.org on 2007/12/29 00:03:09 UTC

svn commit: r607353 - /ofbiz/trunk/applications/content/servicedef/services_contenttypes.xml

Author: lektran
Date: Fri Dec 28 15:03:08 2007
New Revision: 607353

URL: http://svn.apache.org/viewvc?rev=607353&view=rev
Log:
Removed an invalid (doesn't exist on the entity) override field

Modified:
    ofbiz/trunk/applications/content/servicedef/services_contenttypes.xml

Modified: ofbiz/trunk/applications/content/servicedef/services_contenttypes.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/servicedef/services_contenttypes.xml?rev=607353&r1=607352&r2=607353&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/servicedef/services_contenttypes.xml (original)
+++ ofbiz/trunk/applications/content/servicedef/services_contenttypes.xml Fri Dec 28 15:03:08 2007
@@ -261,7 +261,6 @@
         <description>Create a MimeTypeHtmlTemplate</description>
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
-        <override name="fromDate" optional="true"/>
     </service>
     <service name="updateMimeTypeHtmlTemplate" engine="simple" default-entity-name="MimeTypeHtmlTemplate" auth="true"
             location="org/ofbiz/content/data/DataServices.xml" invoke="updateMimeTypeHtmlTemplate">