[ https://issues.apache.org/jira/browse/OFBIZ-4644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13179927#comment-13179927 ]
Erwan de FERRIERES commented on OFBIZ-4644: ------------------------------------------- Done at rev 1227343 Thanks Olivier ! > 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 > Fix For: SVN trunk > > 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