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 |
[ https://issues.apache.org/jira/browse/OFBIZ-4644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Heintz updated OFBIZ-4644: ---------------------------------- Attachment: OFBIZ-4644.patch > 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 > 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 |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erwan de FERRIERES updated OFBIZ-4644: -------------------------------------- Assignee: Erwan de FERRIERES > 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 > 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 |
In reply to this post by Nicolas Malin (Jira)
[ 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 |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erwan de FERRIERES closed OFBIZ-4644. ------------------------------------- Resolution: Fixed Fix Version/s: SVN trunk > 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 |
In reply to this post by Nicolas Malin (Jira)
[ 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 |
Free forum by Nabble | Edit this page |