Author: akashjain
Date: Sat Oct 28 12:31:11 2017
New Revision: 1813617
URL:
http://svn.apache.org/viewvc?rev=1813617&view=revLog:
Fixed: Success message also showing before the party identification number is updated, applied patch from jira issue (OFBIZ-9895)
Thanks, Pallavi Goyal for your contribution.
Modified:
ofbiz/ofbiz-framework/trunk/applications/party/webapp/partymgr/WEB-INF/controller.xml
ofbiz/ofbiz-framework/trunk/applications/party/widget/partymgr/PartyForms.xml
Modified: ofbiz/ofbiz-framework/trunk/applications/party/webapp/partymgr/WEB-INF/controller.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/party/webapp/partymgr/WEB-INF/controller.xml?rev=1813617&r1=1813616&r2=1813617&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/party/webapp/partymgr/WEB-INF/controller.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/party/webapp/partymgr/WEB-INF/controller.xml Sat Oct 28 12:31:11 2017
@@ -564,6 +564,11 @@ under the License.
<response name="success" type="view" value="viewidentifications"/>
<response name="error" type="view" value="viewidentifications"/>
</request-map>
+ <request-map uri="EditPartyIdentification">
+ <security https="true" auth="true"/>
+ <response name="success" type="view" value="viewidentifications"/>
+ <response name="error" type="view" value="viewidentifications"/>
+ </request-map>
<request-map uri="createPartyRelationshipType">
<security https="true" auth="true"/>
Modified: ofbiz/ofbiz-framework/trunk/applications/party/widget/partymgr/PartyForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/party/widget/partymgr/PartyForms.xml?rev=1813617&r1=1813616&r2=1813617&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/party/widget/partymgr/PartyForms.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/party/widget/partymgr/PartyForms.xml Sat Oct 28 12:31:11 2017
@@ -1285,7 +1285,7 @@ under the License.
</form>
<form name="ListPartyIdentification" type="list" list-name="listIt"
- default-table-style="basic-table hover-bar" target="updatePartyIdentification">
+ default-table-style="basic-table hover-bar" target="EditPartyIdentification">
<actions>
<entity-and entity-name="PartyIdentificationAndParty" >
<field-map field-name="partyId" from-field="partyId"/>