Patch #19370
openParent projects in project jump dropdown
0%
Description
This is a patch for #8904 adding parent projects to project jump dropdown.
Parent projects that user is not a member of are disabled/grayed out in the dropdown.
This reviles parent project names as complained in #888 but entire project hierarchy can be seen anyway on the Projects page.
Would be nice if this could be included into some release.
Files
Related issues
Updated by Toshi MARUYAMA over 9 years ago
- Related to Feature #8904: Parent project's name should be visible for Subprojects added
Updated by Toshi MARUYAMA over 9 years ago
Sebastian Paluch wrote:
This reviles parent project names as complained in #888 but entire project hierarchy can be seen anyway on the Projects page.
Really?
If parent is not public (checkbox off on project setting),
"non member" (not selected on project setting) cannot see parent project.
Updated by Sebastian Paluch over 9 years ago
ahh... private projects... this patch should do the trick and get rid of private projects from the tree, just like it is done for the project path in the page title.
so, the user will see now entire tree hierarchy, including projects he is not a member of but excluding private projects:
- Project A - public, user is not a member
- Project B - private, user is not a member
- Project C - user is a member
- Project B - private, user is not a member
- Project A
- Project C
This is OK now with #888.
Updated by Toshi MARUYAMA over 8 years ago
- Related to Feature #23310: Improved "jump to project" drop-down added