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 07:58:59 UTC

[ofbiz-framework] branch trunk 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 trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


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

commit b6d25093d2642fd528750fc8250f4284e21977ac
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 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"/>