You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2009/05/06 05:08:48 UTC

svn commit: r772038 - in /ofbiz/trunk/applications: content/servicedef/services_commevent.xml order/webapp/ordermgr/WEB-INF/controller.xml

Author: hansbak
Date: Wed May  6 03:08:48 2009
New Revision: 772038

URL: http://svn.apache.org/viewvc?rev=772038&view=rev
Log:
inserted a default view if home is missing, html=safe still blocks incoming email messages, changed to 'any'

Modified:
    ofbiz/trunk/applications/content/servicedef/services_commevent.xml
    ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml

Modified: ofbiz/trunk/applications/content/servicedef/services_commevent.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/servicedef/services_commevent.xml?rev=772038&r1=772037&r2=772038&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/servicedef/services_commevent.xml (original)
+++ ofbiz/trunk/applications/content/servicedef/services_commevent.xml Wed May  6 03:08:48 2009
@@ -41,7 +41,7 @@
         <implements service="persistContentAndAssoc"/>
         <attribute name="communicationEventId" type="String" mode="IN" optional="false"/>
         <attribute name="fromDate" type="java.sql.Timestamp" mode="OUT" optional="false"/>
-        <override name="textData" allow-html="safe"/>
+        <override name="textData" allow-html="any"/>
     </service>
 
     <service name="updateCommContentDataResource" engine="simple"

Modified: ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml?rev=772038&r1=772037&r2=772038&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/controller.xml Wed May  6 03:08:48 2009
@@ -1143,7 +1143,7 @@
     <request-map uri="setCustRequestStatus">
         <security https="true" auth="true"/>
         <event type="service" invoke="setCustRequestStatus"/>
-        <response name="success" type="view-home"/>
+        <response name="success" type="view-home" value="FindRequest"/>
         <response name="error" type="view" value="EditRequest"/>
     </request-map>
     <request-map uri="requestroles"><security https="true" auth="true"/><response name="success" type="view" value="RequestRoles"/></request-map>