You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2014/01/25 13:26:08 UTC

svn commit: r1561291 - in /ofbiz/branches/release13.07: ./ applications/humanres/widget/forms/PartySkillForms.xml

Author: jleroux
Date: Sat Jan 25 12:26:07 2014
New Revision: 1561291

URL: http://svn.apache.org/r1561291
Log:
"Applied fix from trunk for revision: 1561290  " 
------------------------------------------------------------------------
r1561290 | jleroux | 2014-01-25 13:25:04 +0100 (sam. 25 janv. 2014) | 2 lignes

A Christian Carlow's patch for "ListPartySkills displays no results" https://issues.apache.org/jira/browse/OFBIZ-5513

------------------------------------------------------------------------


Modified:
    ofbiz/branches/release13.07/   (props changed)
    ofbiz/branches/release13.07/applications/humanres/widget/forms/PartySkillForms.xml

Propchange: ofbiz/branches/release13.07/
------------------------------------------------------------------------------
  Merged /ofbiz/trunk:r1561290

Modified: ofbiz/branches/release13.07/applications/humanres/widget/forms/PartySkillForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release13.07/applications/humanres/widget/forms/PartySkillForms.xml?rev=1561291&r1=1561290&r2=1561291&view=diff
==============================================================================
--- ofbiz/branches/release13.07/applications/humanres/widget/forms/PartySkillForms.xml (original)
+++ ofbiz/branches/release13.07/applications/humanres/widget/forms/PartySkillForms.xml Sat Jan 25 12:26:07 2014
@@ -40,10 +40,13 @@ 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>
-            <entity-condition entity-name="PartySkill">
-                <condition-expr field-name="partyId" from-field="partyId"/>
-                <order-by field-name="skillTypeId"/>
-            </entity-condition>
+            <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>
         </actions>
         <auto-fields-service default-field-type="hidden" service-name="updatePartySkill"/>
         <field name="skillTypeId">