[JIRA] Closed: (OFBIZ-652) workeffort services xml references non-existent createRateType service

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

[JIRA] Closed: (OFBIZ-652) workeffort services xml references non-existent createRateType service

JIRA jira@ofbiz.org
     [ http://jira.undersunconsulting.com/browse/OFBIZ-652?page=all ]
     
Marco Risaliti closed OFBIZ-652:
--------------------------------

     Resolution: Duplicate
    Fix Version:     (was: SVN)

replaced by https://issues.apache.org/jira/browse/OFBIZ-267

> workeffort services xml references non-existent createRateType service
> ----------------------------------------------------------------------
>
>          Key: OFBIZ-652
>          URL: http://jira.undersunconsulting.com/browse/OFBIZ-652
>      Project: [OFBiz] Open For Business
>         Type: Bug
>   Components: workeffort
>     Versions: SVN
>     Reporter: Si Chen
>     Assignee: Jira Administrator
>     Priority: Minor

>
>
> There is this block of code in  applications/workeffort/servicedef/services_timesheet.xml
>    <!-- RateType Services -->
>     <service name="createRateType" default-entity-name="RateType" engine="simple" auth="true"
>         location="org/ofbiz/workeffort/timesheet/RateServices.xml" invoke="createRateType">
>         <description>Creates RateType</description>
>         <auto-attributes include="pk" mode="IN" optional="false"/>
>         <auto-attributes include="nonpk" mode="IN" optional="true"/>
>         <override name="fromDate" optional="true"/>
>     </service>
> But there is no such method in RateServices.xml.  Did someone forget to check it in?
> Also, fromDate is not a field of RateType.  
> Should this service definition be removed??  Should this field be removed?

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.undersunconsulting.com/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira