Sub-Project Phase are list 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
            Priority: Minor


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

        

Reply via email to