You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by as...@apache.org on 2016/06/24 14:01:03 UTC

svn commit: r1750108 - /ofbiz/branches/release13.07/applications/party/widget/partymgr/PartyInvitationForms.xml

Author: ashish
Date: Fri Jun 24 14:01:03 2016
New Revision: 1750108

URL: http://svn.apache.org/viewvc?rev=1750108&view=rev
Log:
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/release13.07/applications/party/widget/partymgr/PartyInvitationForms.xml

Modified: ofbiz/branches/release13.07/applications/party/widget/partymgr/PartyInvitationForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release13.07/applications/party/widget/partymgr/PartyInvitationForms.xml?rev=1750108&r1=1750107&r2=1750108&view=diff
==============================================================================
--- ofbiz/branches/release13.07/applications/party/widget/partymgr/PartyInvitationForms.xml (original)
+++ ofbiz/branches/release13.07/applications/party/widget/partymgr/PartyInvitationForms.xml Fri Jun 24 14:01:03 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>