Author: ashish
Date: Fri Jun 24 14:00:34 2016
New Revision: 1750107
URL:
http://svn.apache.org/viewvc?rev=1750107&view=revLog:
Applied patch from trunk r1750105.
=====================================================
Applied patch from jira issue - OFBIZ-7596 - Error on deleting Party Invitation.
Thanks Ravi for the contribution.
Modified:
ofbiz/branches/release14.12/applications/party/widget/partymgr/PartyInvitationForms.xml
Modified: ofbiz/branches/release14.12/applications/party/widget/partymgr/PartyInvitationForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release14.12/applications/party/widget/partymgr/PartyInvitationForms.xml?rev=1750107&r1=1750106&r2=1750107&view=diff==============================================================================
--- ofbiz/branches/release14.12/applications/party/widget/partymgr/PartyInvitationForms.xml (original)
+++ ofbiz/branches/release14.12/applications/party/widget/partymgr/PartyInvitationForms.xml Fri Jun 24 14:00:34 2016
@@ -70,7 +70,7 @@ under the License.
<field name="lastInviteDate"><display/></field>
<field name="remove" title=" " widget-style="buttontext">
<hyperlink target="deletePartyInvitation" description="${uiLabelMap.CommonDelete}">
- <parameter param-name="partyInvitationId" value="partyInvitationId"/>
+ <parameter param-name="partyInvitationId" from-field="partyInvitationId"/>
</hyperlink>
</field>
</form>