You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ak...@apache.org on 2020/02/22 08:03:21 UTC

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

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

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


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

commit e0ec691cbffe5741e15d58dc53a9e491ec9029a3
Author: akash <ak...@hotwaxsystems.com>
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 e72ac51..c248b50 100644
--- a/applications/party/webapp/partymgr/WEB-INF/controller.xml
+++ b/applications/party/webapp/partymgr/WEB-INF/controller.xml
@@ -780,6 +780,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"/>