You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Pierre Smits (JIRA)" <ji...@apache.org> on 2018/04/20 07:38:00 UTC

[jira] [Commented] (OFBIZ-10114) Not able to delete the rate amount and an error is displayed in Workeffort

    [ https://issues.apache.org/jira/browse/OFBIZ-10114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16445444#comment-16445444 ] 

Pierre Smits commented on OFBIZ-10114:
--------------------------------------

The title and the description of this ticket are misleading. I suggest adjusting it to better reflect the issue for our adopters. Rates have a lifespan and do not get deleted, as these may be used in other areas. The patch also indicates that deleting the rate is not good enough by removing the delete rate function with:
{code:java}
-        <event type="service" invoke="deleteRateAmount"/>{code}
and replacing it with:
{code:java}
+        <event type="service" invoke="expireRateAmount"/>
{code}

> Not able to delete the rate amount and an error is displayed in Workeffort
> --------------------------------------------------------------------------
>
>                 Key: OFBIZ-10114
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-10114
>             Project: OFBiz
>          Issue Type: Bug
>          Components: workeffort
>            Reporter: Rubia Elza Joshep
>            Assignee: Akash Jain
>            Priority: Major
>         Attachments: OFBIZ-10114.patch, screenshot-1.png
>
>
> Steps to regenerate:
> 1) Open URL [https://demo-trunk.ofbiz.apache.org/sfa/control/Events]
> 2) Click on the event created.
> 3) To add the rates amount of events, click on the "Rates" button.
> 4) Add the rate amount and click on Add.
> 5) Try to delete the Rate Amount.
> Actual: Not able to delete the rate amount and an error is displayed.
> Note: Please refer the attached screenshot.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)