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

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

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

Nicolas Malin (Jira)
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.

Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)

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

Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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