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 2009/02/19 12:11:51 UTC

svn commit: r745818 - in /ofbiz/trunk/applications: humanres/webapp/humanres/WEB-INF/controller.xml humanres/widget/forms/PersonTrainingForms.xml party/webapp/partymgr/WEB-INF/controller.xml

Author: jleroux
Date: Thu Feb 19 11:11:51 2009
New Revision: 745818

URL: http://svn.apache.org/viewvc?rev=745818&view=rev
Log:
>From Louis Briolet suggestions in "Error when update skill or training in the party and human resources components" https://issues.apache.org/jira/browse/OFBIZ-2196 OFBIZ-2196

Modified:
    ofbiz/trunk/applications/humanres/webapp/humanres/WEB-INF/controller.xml
    ofbiz/trunk/applications/humanres/widget/forms/PersonTrainingForms.xml
    ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/controller.xml

Modified: ofbiz/trunk/applications/humanres/webapp/humanres/WEB-INF/controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/webapp/humanres/WEB-INF/controller.xml?rev=745818&r1=745817&r2=745818&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/webapp/humanres/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/applications/humanres/webapp/humanres/WEB-INF/controller.xml Thu Feb 19 11:11:51 2009
@@ -128,7 +128,7 @@
     </request-map>
     <request-map uri="updatePartySkill">
         <security https="true" auth="true"/>
-        <event type="service-multi" invoke="updatePartySkill"/>
+        <event type="service" invoke="updatePartySkill"/>
         <response name="success" type="view" value="FindPartySkills"/>
         <response name="error" type="view" value="FindPartySkills"/>
     </request-map> 
@@ -833,7 +833,7 @@
     </request-map>
     <request-map uri="updatePartySkillExt">
         <security https="true" auth="true"/>
-        <event type="service-multi" invoke="updatePartySkill"/>
+        <event type="service" invoke="updatePartySkill"/>
         <response name="success" type="view" value="EditPartySkills"/>
         <response name="error" type="view" value="EditPartySkills"/>
     </request-map>

Modified: ofbiz/trunk/applications/humanres/widget/forms/PersonTrainingForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/forms/PersonTrainingForms.xml?rev=745818&r1=745817&r2=745818&view=diff
==============================================================================
--- ofbiz/trunk/applications/humanres/widget/forms/PersonTrainingForms.xml (original)
+++ ofbiz/trunk/applications/humanres/widget/forms/PersonTrainingForms.xml Thu Feb 19 11:11:51 2009
@@ -34,7 +34,7 @@
         <field name="noConditionFind"><hidden value="Y"/><!-- if this isn't there then with all fields empty no query will be done --></field>
         <field name="searchButton" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
-    <form name="ListPersonTrainings" type="list" list-name="listIt" separate-columns="true" target="updatePersonTrainingsExt?partyId=${partyId}" paginate-target="FindPersonTrainings"
+    <form name="ListPersonTrainings" type="multi" list-name="listIt" separate-columns="true" target="updatePersonTrainingsExt?partyId=${partyId}" paginate-target="FindPersonTrainings"
         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">

Modified: ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/controller.xml?rev=745818&r1=745817&r2=745818&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/controller.xml Thu Feb 19 11:11:51 2009
@@ -1007,7 +1007,7 @@
     </request-map>
     <request-map uri="updatePartySkillExt">
         <security https="true" auth="true"/>
-        <event type="service-multi" invoke="updatePartySkill"/>
+        <event type="service" invoke="updatePartySkill"/>
         <response name="success" type="view" value="EditPartySkills"/>
         <response name="error" type="view" value="EditPartySkills"/>
     </request-map>