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/21 09:43:11 UTC

svn commit: r776994 - in /ofbiz/trunk: applications/order/servicedef/ applications/party/widget/partymgr/ applications/workeffort/webapp/workeffort/WEB-INF/ specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/

Author: hansbak
Date: Thu May 21 07:43:11 2009
New Revision: 776994

URL: http://svn.apache.org/viewvc?rev=776994&view=rev
Log:
move of requestlist request to projectmgr, create request from commevent enhancements

Modified:
    ofbiz/trunk/applications/order/servicedef/services_request.xml
    ofbiz/trunk/applications/party/widget/partymgr/PartyMenus.xml
    ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/controller.xml
    ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/controller.xml

Modified: ofbiz/trunk/applications/order/servicedef/services_request.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/servicedef/services_request.xml?rev=776994&r1=776993&r2=776994&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/servicedef/services_request.xml (original)
+++ ofbiz/trunk/applications/order/servicedef/services_request.xml Thu May 21 07:43:11 2009
@@ -168,10 +168,10 @@
         <description>Create a Customer request from a commEvent(email)</description>
         <auto-attributes mode="IN" include="pk" optional="false"/>
         <auto-attributes mode="IN" include="nonpk" optional="true"/>
-        <attribute name="custRequestId" type="String" mode="INOUT"/>
+        <attribute name="custRequestId" mode="IN" type="String" optional="true"/>
+        <attribute name="custRequestId" mode="OUT" type="String" optional="false"/>
         <attribute name="custRequestTypeId" mode="IN" type="String" optional="true"/>
         <attribute name="custRequestName" mode="IN" type="String" optional="true"/>
-        <attribute name="custRequestId" mode="OUT" type="String" optional="false"/>
         <override name="content" allow-html="safe"/>
         <override name="custRequestName" allow-html="safe"/>
     </service>

Modified: ofbiz/trunk/applications/party/widget/partymgr/PartyMenus.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/PartyMenus.xml?rev=776994&r1=776993&r2=776994&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/PartyMenus.xml (original)
+++ ofbiz/trunk/applications/party/widget/partymgr/PartyMenus.xml Thu May 21 07:43:11 2009
@@ -441,7 +441,7 @@
                     <if-compare field="projectMgrExists" operator="equals" value="true"/> 
                 </and>
             </condition>
-            <link target="/projectmgr/control/newrequest" url-mode="inter-app">
+            <link target="newrequest">
                 <parameter param-name="communicationEventId" from-field="communicationEvent.communicationEventId"/>
                 <parameter param-name="my" from-field="parameters.my"/>
             </link>

Modified: ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/controller.xml?rev=776994&r1=776993&r2=776994&view=diff
==============================================================================
--- ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/controller.xml Thu May 21 07:43:11 2009
@@ -57,8 +57,6 @@
 
     <request-map uri="main"><security https="true" auth="true"/><response name="success" type="view" value="mytasks"/></request-map>
 
-    <request-map uri="requestlist"><security https="true" auth="true"/><response name="success" type="view" value="RequestList"/></request-map>
-
     <request-map uri="mytasks"><security https="true" auth="true"/><response name="success" type="view" value="mytasks"/></request-map>
 
     <request-map uri="UserJobs"><security https="true" auth="true"/><response name="success" type="view" value="UserJobs"/></request-map>

Modified: ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/controller.xml?rev=776994&r1=776993&r2=776994&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/controller.xml Thu May 21 07:43:11 2009
@@ -483,6 +483,10 @@
         <response name="success" type="view" value="Timesheet"/>
         <response name="error" type="view" value="Timesheet"/>
     </request-map>
+    <request-map uri="requestlist">
+        <security https="true" auth="true"/>
+        <response name="success" type="view" value="RequestList" save-home-view="true"/>
+    </request-map>
     <request-map uri="EditTaskFromRequest">
         <security https="true" auth="true"/>
         <response name="success" type="view" value="EditTaskFromRequest"/>