[ofbiz-framework] branch release18.12 updated: Fixed: Issue while redirecting to Request Detail Screen from View Communication Event (OFBIZ-9658)

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

[ofbiz-framework] branch release18.12 updated: Fixed: Issue while redirecting to Request Detail Screen from View Communication Event (OFBIZ-9658)

akashjain
This is an automated email from the ASF dual-hosted git repository.

akashjain pushed a commit to branch release18.12
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/release18.12 by this push:
     new 50ba0d9  Fixed: Issue while redirecting to Request Detail Screen from View Communication Event (OFBIZ-9658)
50ba0d9 is described below

commit 50ba0d93e96efc82678b357a9620227691175a79
Author: akash <[hidden email]>
AuthorDate: Sat Feb 22 13:29:20 2020 +0530

    Fixed: Issue while redirecting to Request Detail Screen from View Communication Event
    (OFBIZ-9658)
   
    Thanks, Ankit Joshi for your contribution.
---
 applications/party/webapp/partymgr/WEB-INF/controller.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/applications/party/webapp/partymgr/WEB-INF/controller.xml b/applications/party/webapp/partymgr/WEB-INF/controller.xml
index b8f56de..a9bee45 100644
--- a/applications/party/webapp/partymgr/WEB-INF/controller.xml
+++ b/applications/party/webapp/partymgr/WEB-INF/controller.xml
@@ -791,6 +791,14 @@ under the License.
         <response name="success" type="view-home"/>
         <response name="error" type="view-last"/>
     </request-map>
+    <request-map uri="ViewRequest">
+        <security auth="true" https="true"/>
+        <response name="success" type="view" value="ViewRequest"/>
+    </request-map>
+    <request-map uri="EditRequest">
+        <security auth="true" https="true"/>
+        <response name="success" type="view" value="EditRequest"/>
+    </request-map>
 
     <request-map uri="allocateMsgToParty">
         <security https="true" auth="true"/>