You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Erwan de FERRIERES (Updated) (JIRA)" <ji...@apache.org> on 2012/01/04 22:53:39 UTC

[jira] [Updated] (OFBIZ-4644) Sub-Project Phase are listed in Project Task list

     [ https://issues.apache.org/jira/browse/OFBIZ-4644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Erwan de FERRIERES updated OFBIZ-4644:
--------------------------------------

    Summary: Sub-Project Phase are listed in Project Task list  (was: Sub-Project Phase are list in Project Task list)
    
> Sub-Project Phase are listed in Project Task list
> -------------------------------------------------
>
>                 Key: OFBIZ-4644
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4644
>             Project: OFBiz
>          Issue Type: Bug
>          Components: specialpurpose/projectmgr
>            Reporter: Olivier Heintz
>            Assignee: Erwan de FERRIERES
>            Priority: Minor
>         Attachments: OFBIZ-4644.patch
>
>
> To show the problem, add "Demo Project2 Cust2" as sub project for Demo Project1 Cust1[9000] and after go to Project Summary.
> In Tasks List, Project2 phase 1 and 2 are list.
> To correct the problem, I have add workEffortTypeId as field in view ProjectAndPhaseAndTask and add a constrain on Phase Type (it's not possible to constrain on TASK, because there are multiple Task type)
> {code}
> +    <entity-condition>
> +      <condition-expr field-name="workEffortTypeId" entity-alias="WEPH" value="PHASE"/>
> +    </entity-condition>
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira