Author: akashjain
Date: Sat Nov 25 07:58:43 2017
New Revision: 1816264
URL:
http://svn.apache.org/viewvc?rev=1816264&view=revLog:
Fixed: Deleting workeffort from Find WorkEffort page gives unusual response, applied patch from jira issue (OFBIZ-9648)
Thanks, Aditya Sharma for your contribution.
Modified:
ofbiz/ofbiz-framework/trunk/applications/workeffort/webapp/workeffort/WEB-INF/controller.xml
Modified: ofbiz/ofbiz-framework/trunk/applications/workeffort/webapp/workeffort/WEB-INF/controller.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/workeffort/webapp/workeffort/WEB-INF/controller.xml?rev=1816264&r1=1816263&r2=1816264&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/workeffort/webapp/workeffort/WEB-INF/controller.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/workeffort/webapp/workeffort/WEB-INF/controller.xml Sat Nov 25 07:58:43 2017
@@ -117,8 +117,8 @@ under the License.
<request-map uri="deleteWorkEffort">
<security https="true" auth="true"/>
<event type="service" invoke="deleteWorkEffort"/>
- <response name="success" type="view-home" value="ListWorkEfforts"/>
- <response name="error" type="view" value="ListWorkEfforts"/>
+ <response name="success" type="view" value="FindWorkEffort"/>
+ <response name="error" type="view" value="FindWorkEffort"/>
</request-map>
<request-map uri="ListWorkEffortFixedAssetAssigns">