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/07/03 05:35:56 UTC

svn commit: r1751114 - /ofbiz/branches/release14.12/applications/humanres/widget/forms/PartySkillForms.xml

Author: ashish
Date: Sun Jul  3 05:35:56 2016
New Revision: 1751114

URL: http://svn.apache.org/viewvc?rev=1751114&view=rev
Log:
Applied patch from trunk r1751112.
===================================
Applied patch from jira issue - OFBIZ-7560 - While adding new skill to any party the old skills are get disappeared from the party skill list.
Thanks Pritam for the contribution. Thanks Montalbano for the discussion.

Modified:
    ofbiz/branches/release14.12/applications/humanres/widget/forms/PartySkillForms.xml

Modified: ofbiz/branches/release14.12/applications/humanres/widget/forms/PartySkillForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release14.12/applications/humanres/widget/forms/PartySkillForms.xml?rev=1751114&r1=1751113&r2=1751114&view=diff
==============================================================================
--- ofbiz/branches/release14.12/applications/humanres/widget/forms/PartySkillForms.xml (original)
+++ ofbiz/branches/release14.12/applications/humanres/widget/forms/PartySkillForms.xml Sun Jul  3 05:35:56 2016
@@ -40,13 +40,10 @@ under the License.
     <form name="ListPartySkills" type="list" list-name="listIt" use-row-submit="true" separate-columns="true" target="updatePartySkillExt" paginate-target="findPartySkills"
         odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar">
         <actions>
-            <service service-name="performFind" result-map="result" result-map-list="listIt">
-                <field-map field-name="inputFields" from-field="parameters"/>
-                <field-map field-name="entityName" value="PartySkill"/>
-                <field-map field-name="orderBy" value="skillTypeId"/>
-                <field-map field-name="viewIndex" from-field="viewIndex"/>
-                <field-map field-name="viewSize" from-field="viewSize"/>
-            </service>
+            <entity-condition entity-name="PartySkill">
+                <condition-expr field-name="partyId" from-field="partyId"/>
+                <order-by field-name="skillTypeId"/>
+            </entity-condition>
         </actions>
         <auto-fields-service default-field-type="hidden" service-name="updatePartySkill"/>
         <field name="skillTypeId">