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
Priority: Trivial
Fix For: SVN trunk
I find 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.