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 13:59:19 UTC

svn commit: r1750105 - /ofbiz/trunk/applications/party/widget/partymgr/PartyInvitationForms.xml

Author: ashish
Date: Fri Jun 24 13:59:19 2016
New Revision: 1750105

URL: http://svn.apache.org/viewvc?rev=1750105&view=rev
Log:
Applied patch from jira issue - OFBIZ-7596 - Error on deleting Party Invitation.
Thanks Ravi for the contribution.

Modified:
    ofbiz/trunk/applications/party/widget/partymgr/PartyInvitationForms.xml

Modified: ofbiz/trunk/applications/party/widget/partymgr/PartyInvitationForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/PartyInvitationForms.xml?rev=1750105&r1=1750104&r2=1750105&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/PartyInvitationForms.xml (original)
+++ ofbiz/trunk/applications/party/widget/partymgr/PartyInvitationForms.xml Fri Jun 24 13:59:19 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>