[jira] [Commented] (OFBIZ-7731) Allow filtering Task by Phase Name

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

[jira] [Commented] (OFBIZ-7731) Allow filtering Task by Phase Name

Nicolas Malin (Jira)

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

Montalbano Florian commented on OFBIZ-7731:
-------------------------------------------

Hi [~pfm.smits],
thanks for your questions.

It is applicable in the same way that you can filter by "Project Name". So :
- It search through both open and close project
- You can access every project informations as long as you are granted 'user permission' for the ProjectManager component (same behaviour than before, just try to access https://localhost:8443/projectmgr/control/FindTask with minimum permission and all tasks can be displayed)

I checked in the screen (TaskScreens.xml#FindTask) and in the forms (TaskForms.xml#FindTask and TaskForms.xml#ListTasks) that do this search and the only restrictions I found were the following :
{code}
<condition>
    <or>
        <if-has-permission permission="PROJECTMGR_ADMIN"/>
        <if-has-permission permission="PROJECTMGR_VIEW"/>
    </or>
</condition>
{code}

Does that answer your questions ?

> Allow filtering Task by Phase Name
> ----------------------------------
>
>                 Key: OFBIZ-7731
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-7731
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: specialpurpose/projectmgr
>    Affects Versions: Trunk
>            Reporter: Montalbano Florian
>            Priority: Minor
>              Labels: filter, phase, task
>         Attachments: OFBIZ-7731.patch
>
>
> When searching for Tasks here : https://localhost:8443/projectmgr/control/FindTask, we can see that the result list shows a column 'Phase Name'. This correspond to the phase the task belongs to.
> However, it is not possible to filter this list by Phase.
> I propose to add a field in the search form to allow users to filter the task by the phase they are related to.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)