svn commit: r1527345 - /ofbiz/trunk/applications/accounting/servicedef/services_agreement.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1527345 - /ofbiz/trunk/applications/accounting/servicedef/services_agreement.xml

jleroux@apache.org
Author: jleroux
Date: Sun Sep 29 16:29:26 2013
New Revision: 1527345

URL: http://svn.apache.org/r1527345
Log:
Removes useless and harmless cases reported by Leon for "Allow text data of agrement and its items accept "<" and ">" characters"  https://issues.apache.org/jira/browse/OFBIZ-5209

Modified:
    ofbiz/trunk/applications/accounting/servicedef/services_agreement.xml

Modified: ofbiz/trunk/applications/accounting/servicedef/services_agreement.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/servicedef/services_agreement.xml?rev=1527345&r1=1527344&r2=1527345&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/servicedef/services_agreement.xml (original)
+++ ofbiz/trunk/applications/accounting/servicedef/services_agreement.xml Sun Sep 29 16:29:26 2013
@@ -46,7 +46,6 @@ under the License.
         <permission-service service-name="acctgAgreementPermissionCheck" main-action="UPDATE"/>
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
-        <override name="textData" allow-html="safe"/>
     </service>
     <service name="copyAgreement" default-entity-name="Agreement" engine="simple"
                 location="component://accounting/script/org/ofbiz/accounting/agreement/AgreementServices.xml" invoke="copyAgreement" auth="true">
@@ -82,7 +81,6 @@ under the License.
         <permission-service service-name="acctgAgreementPermissionCheck" main-action="UPDATE"/>
         <auto-attributes include="pk" mode="INOUT" optional="true"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
-        <override name="agreementText" allow-html="safe"/>
     </service>
 
     <!-- AgreementTerm  -->