Vote #72306
完了Display a projects tree instead of a flat list in notification preferences
0%
説明
When managing a large number of projects this gets unruly quickly:
!Before.PNG!
So we replace it's rendering method with nearly the same one for the project page:
!NewHierarchy.PNG!
journals
This also means it should be affected by this bug: #11508, but that is a problem with the project being updated.
--------------------------------------------------------------------------------
Any chance this can get marked for a future release?
--------------------------------------------------------------------------------
Checking the parent project checkbox could make think that notifications from child projects will be sent too, don't you think so?
--------------------------------------------------------------------------------
Etienne Massip wrote:
> Checking the parent project checkbox could make think that notifications from child projects will be sent too, don't you think so?
I would argue that it doesn't, any software I use that behaves like that checks and disables child boxes, but if it could be interpreted that way we should make it clear...
* Notify the user in the section below that says "For unselected projects..." that parent projects don't cascade to child projects.
* Just sort alphabetically, which doesn't work well when project names are ambiguous between different hierarchies of projects.
** For example: "Webservices" under "Project 1" and "Project 2"
* Sort by project hierarchy, but display with breadcrumb trails instead of parent/child hierarchies.
For example:
* Project 2
* Project 2 > Test 2
* Project 2 > Test 2 > test4
* Test Project
* Test Project > test 3
Really it would be nice to have some sort of a solution, I know running some 20ish projects at work this gets to be a mess for people with higher level privileges.
--------------------------------------------------------------------------------
Any opinion on this?
--------------------------------------------------------------------------------
Nice to have indeed.
--------------------------------------------------------------------------------
Fix committed in r10189 with a bit of refactoring in r10188 to avoid code duplication.
--------------------------------------------------------------------------------
related_issues
relates,Closed,11508,Projects not ordered alphabetically after renaming project