svn commit: r1626447 - /ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/controller.xml

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

svn commit: r1626447 - /ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/controller.xml

apatel-2
Author: apatel
Date: Sat Sep 20 14:14:36 2014
New Revision: 1626447

URL: http://svn.apache.org/r1626447
Log:
[OFBIZ-3658] This is UX change, Some may like it and other may not.
Jira ticket is open for long so I assume its ok to modify UX as per the recommendations on it.

I don't see need for backporting this commit.

Modified:
    ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/controller.xml

Modified: ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/controller.xml?rev=1626447&r1=1626446&r2=1626447&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/controller.xml Sat Sep 20 14:14:36 2014
@@ -565,7 +565,7 @@ under the License.
     <request-map uri="createPartyRelationship">
         <security https="true" auth="true"/>
         <event type="service" path="" invoke="createPartyRelationship"/>
-        <response name="success" type="view-last" value="EditPartyRelationships"/>
+        <response name="success" type="view" value="EditPartyRelationships"/>
         <response name="error" type="view" value="EditPartyRelationships"/>
     </request-map>
     <request-map uri="createPartyRelationshipAndRole">