svn commit: r791207 - /ofbiz/trunk/framework/common/servicedef/services.xml

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

svn commit: r791207 - /ofbiz/trunk/framework/common/servicedef/services.xml

hansbak-2
Author: hansbak
Date: Sun Jul  5 07:38:19 2009
New Revision: 791207

URL: http://svn.apache.org/viewvc?rev=791207&view=rev
Log:
another allow safe html

Modified:
    ofbiz/trunk/framework/common/servicedef/services.xml

Modified: ofbiz/trunk/framework/common/servicedef/services.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/servicedef/services.xml?rev=791207&r1=791206&r2=791207&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/servicedef/services.xml (original)
+++ ofbiz/trunk/framework/common/servicedef/services.xml Sun Jul  5 07:38:19 2009
@@ -52,7 +52,7 @@
         <description>Create a new note record</description>
         <attribute name="partyId" type="String" mode="INOUT" optional="true"/>
         <attribute name="noteName" type="String" mode="IN" optional="true"/>
-        <attribute name="note" type="String" mode="IN"/>
+        <attribute name="note" type="String" mode="IN" allow-html="safe"/>
         <attribute name="noteId" type="String" mode="OUT"/>
     </service>