You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by pr...@apache.org on 2016/07/16 13:16:43 UTC

svn commit: r1752956 - /ofbiz/trunk/specialpurpose/scrum/webapp/scrum/WEB-INF/controller.xml

Author: pranayp
Date: Sat Jul 16 13:16:43 2016
New Revision: 1752956

URL: http://svn.apache.org/viewvc?rev=1752956&view=rev
Log:
[OFBIZ-7712] Fixed broken screen on 'Go Back' from edit contact mech screen of scrum component. 
Thanks Aditi Patidar for the contribution.

Modified:
    ofbiz/trunk/specialpurpose/scrum/webapp/scrum/WEB-INF/controller.xml

Modified: ofbiz/trunk/specialpurpose/scrum/webapp/scrum/WEB-INF/controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/scrum/webapp/scrum/WEB-INF/controller.xml?rev=1752956&r1=1752955&r2=1752956&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/scrum/webapp/scrum/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/specialpurpose/scrum/webapp/scrum/WEB-INF/controller.xml Sat Jul 16 13:16:43 2016
@@ -568,7 +568,7 @@ under the License.
     <!-- View Profile -->
     <request-map uri="viewprofile">
         <security https="true" auth="true"/>
-        <response name="success" type="view" value="viewprofile"/>
+        <response name="success" type="view" value="viewprofile" save-home-view="true"/>
     </request-map>
     <request-map uri="viewroles">
         <security https="true" auth="true"/>