You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Deepak Dixit (JIRA)" <ji...@apache.org> on 2019/04/08 17:44:00 UTC

[jira] [Commented] (OFBIZ-10914) Fitering on StatusId in FindTask does not work

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

Deepak Dixit commented on OFBIZ-10914:
--------------------------------------

FindTask working fine, this is status description related issue.
Following code should work
{code}
<field name="currentStatusId"><display-entity entity-name="StatusItem" key-field-name="statusId" /></field>
{code}

But this is not working as expected, we have statusId field as well in the view entity, and display-entity showing a description of statusId instead currentStatusId


> Fitering on StatusId in FindTask does not work
> ----------------------------------------------
>
>                 Key: OFBIZ-10914
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-10914
>             Project: OFBiz
>          Issue Type: Bug
>          Components: projectmgr
>    Affects Versions: Trunk, Release Branch 16.11, Release Branch 17.12, Release Branch 18.12
>            Reporter: Pierre Smits
>            Priority: Major
>
> Filtering on one of the available status options (statusId) does not yield the expected result. 
> To reproduce:
>  # go to [https://demo-stable.ofbiz.apache.org/projectmgr/control/FindTask]
>  # select one of the status options, e.g. Created
>  # see appropriate list of tasks
> Actual result (with selected status option Created):
> Overview shows tasks with statusId = Created PLUS the tasks with status In Progress



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