Defect #33766
closed#31355 breaks project tree
0%
Description
Asume you jave a project tree (with sub projects like this
-top
+-sub1
+-sub2
+-sub3
This is displayes wellformed as a tree in projedct quickjump dropdown
Now klick on project "top"
The project "top" now appears under "recently used projects" and the tree in the dropdown looks like
<recently used projects>
-top
<other projects>
-sub1
-sub2
-sub3
The "top" project isw no longer listed under other projects and that breaks the tree.
This is very confusing if you have a tree like
-top1
+-sub1.1
+ sub1.2
-top2
+-sub2.1
+-sub2.2
and so on
and after chosing "top2"
-top1
+-sub1.1
+ sub1.2
-sub2.1
-sub2.2
With more than 20 or 30 projects this is totally confusing.
Related issues
Updated by Bernhard Rohloff over 4 years ago
- Status changed from New to Closed
- Resolution set to Duplicate
I think this defect has already been fixed for v4.2.0 in #32944.
Anyway, thank you for reporting the issue.
Updated by Bernhard Rohloff over 4 years ago
- Is duplicate of Feature #32944: Always preserve the tree structure in the project jump box added
Updated by Roland M about 4 years ago
Hello,
I can confirm this issue and I have also very much projects with subprojects...
The dropdown view is also on my redmine as described and very confusing...
Waiting for 4.2.0 is there any release date?
Updated by Roland M about 4 years ago
OH no I see v4.2.0
Its not possible to fix already in much earlier coming 4.1.2?
Waiting for it...
Updated by Roland M about 4 years ago
Hello again,
I tried today to implement Revision 19861 and this works fine now for my Redmine 4.1.1
Can you please merge this into next 4.1.x Release?
Updated by Go MAEDA about 4 years ago
Roland Meier wrote:
Can you please merge this into next 4.1.x Release?
I think that change is too big to backport to 4.1. It changes arguments of two methods. Backporting it may break some third-party plugins which call those methods.