You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2009/02/19 12:14:02 UTC

[jira] Closed: (OFBIZ-2196) Error when update skill or training in the party and human resources components

     [ https://issues.apache.org/jira/browse/OFBIZ-2196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux closed OFBIZ-2196.
----------------------------------

    Resolution: Fixed
      Assignee: Jacques Le Roux

Thanks Louis,

I commited your proposed changes at revision: 745818  


> Error when update skill or training in the party and human resources components
> -------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2196
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2196
>             Project: OFBiz
>          Issue Type: Bug
>          Components: humanres, party
>    Affects Versions: SVN trunk
>         Environment: Revision 745780
>            Reporter: Louis Briolet
>            Assignee: Jacques Le Roux
>            Priority: Trivial
>             Fix For: SVN trunk
>
>
> I found 2 minor bugs in the front of ofBiz, in the Party and Human Resources components.
> Problems occurs on the update of skill and trainings.
> Bug one : 
> Error message : "Error calling event: org.ofbiz.webapp.event.EventHandlerException: No rows to process"
> In the Party Skills, update doesn't work, because there's a service-multi called by the request-map "updatePartySkillExt", instead of a simple service.
> 	(i propose to replace <event type="service-multi" invoke="updatePartySkill"/>
> 	by
> 	<event type="service" invoke="updatePartySkill"/>)
> Bug two : 
> Error message : "Error calling event: org.ofbiz.webapp.event.EventHandlerException: No rows to process"
> In the Trainings, update doesn't work because the type of form is "list", I propose to set it on "multi" to correct the bug.
> 	(In PersonTrainingForms.xml:
> 	replace <form name="ListPersonTrainings" type="list"...
> 	by
> 	<form name="ListPersonTrainings" type="multi"...)
> If someone can confirm the two errors, I could make a patch.
> Regards.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.