Author: hansbak
Date: Mon Oct 4 09:13:31 2010
New Revision: 1004155
URL:
http://svn.apache.org/viewvc?rev=1004155&view=revLog:
allow safe html is description and name of workeffort
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=1004155&r1=1004154&r2=1004155&view=diff==============================================================================
--- ofbiz/trunk/applications/workeffort/servicedef/services.xml (original)
+++ ofbiz/trunk/applications/workeffort/servicedef/services.xml Mon Oct 4 09:13:31 2010
@@ -49,6 +49,8 @@ under the License.
<override name="workEffortTypeId" optional="false"/>
<override name="workEffortName" optional="false"/>
<override name="currentStatusId" optional="false"/>
+ <override name="workEffortName" allow-html="safe" />
+ <override name="description" allow-html="safe" />
</service>
<service name="createWorkEffortAndPartyAssign" default-entity-name="WorkEffort" engine="simple"
location="component://workeffort/script/org/ofbiz/workeffort/workeffort/WorkEffortSimpleServices.xml" invoke="createWorkEffortAndPartyAssign">