svn commit: r1561293 - in /ofbiz/branches/release11.04: ./ applications/humanres/widget/forms/PartySkillForms.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1561293 - in /ofbiz/branches/release11.04: ./ applications/humanres/widget/forms/PartySkillForms.xml

jleroux@apache.org
Author: jleroux
Date: Sat Jan 25 12:26:12 2014
New Revision: 1561293

URL: http://svn.apache.org/r1561293
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/release11.04/   (props changed)
    ofbiz/branches/release11.04/applications/humanres/widget/forms/PartySkillForms.xml

Propchange: ofbiz/branches/release11.04/
------------------------------------------------------------------------------
  Merged /ofbiz/trunk:r1561290

Modified: ofbiz/branches/release11.04/applications/humanres/widget/forms/PartySkillForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release11.04/applications/humanres/widget/forms/PartySkillForms.xml?rev=1561293&r1=1561292&r2=1561293&view=diff
==============================================================================
--- ofbiz/branches/release11.04/applications/humanres/widget/forms/PartySkillForms.xml (original)
+++ ofbiz/branches/release11.04/applications/humanres/widget/forms/PartySkillForms.xml Sat Jan 25 12:26:12 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">