Defect #32860
closedInvalid links to versions with sharing in project tree
0%
Description
If a version uses sharing in project tree, there are invalid links in the roadmap overview.
The problem occurs, if the version is in a sub-directory and in the project root. Than there are missing permissions to issues (e.g. if issue module is disabled or current user has no rights to see issues in root project).
The attached patch fixes this problem. The patch is for trunk, but the problem is also available in 4.0.x and 4.1.x.
Files
Updated by Marius BÄ‚LTEANU almost 5 years ago
Thanks for the patch. Can you add a test case for this scenario?
Updated by Alexander Meindl almost 5 years ago
- File new_test_and_fix.patch new_test_and_fix.patch added
Here is a test for this patch. This patch also correct link to shared version with hierarchy. Without this patch, version link uses the root project for hierarchy versions - which is not correct imho. Versions with hierarchy should use link to current project.
I hope this test is sufficient. Let me know, if more information is required.
Updated by Go MAEDA over 4 years ago
- File 32860-confirmed.png 32860-confirmed.png added
- Status changed from New to Confirmed
Confirmed the issue.
In the screenshot below, the link "1 issue" and "1 open" point to it parent project (ecookbook"). If "Issue tracking" module is disabled in "ecookbook" project, 403 error page is displayed when you click either of the two links.
Updated by Go MAEDA over 4 years ago
- File 32860-v2.patch 32860-v2.patch added
- Target version set to Candidate for next major release
Combined fix_link_to_version.patch and attach:new_test_and_fix.patch, and update it for the current trunk (r19851).
Updated by Go MAEDA about 4 years ago
- Target version changed from Candidate for next major release to 4.2.0
Setting the target version to 4.2.0.
Updated by Go MAEDA about 4 years ago
- Status changed from Confirmed to Closed
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the fix. Thank you.