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

[jira] Updated: (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 ]

Louis Briolet updated OFBIZ-2196:
---------------------------------

    Description: 
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.


  was:

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.



> 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 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.