Defect #20397
openproject:someproject wiki syntax should link to project with identifier "someproject', not name.
0%
Description
Current code tries to match identifier OR name, which can lead to 'mislinks', as described in the first post of this thread:
I have several projects on Redmine, let's say one of them has identifier "some-identifier-1" and name "project", and the other has identifier "project" and name "project".
I'd like to link to project page (not wiki page!) of project with identifier "project"
[...]
Linking to project:project links to project with identifier "some-identifier-1", because my Redmine (2.4.2.stable from Ubuntu 12.04) code tries to match identifier OR name, and that's the first project it finds.
I propose this patch to take only project's identifier into account when creating wiki links.
Files
Related issues
Updated by Toshi MARUYAMA over 9 years ago
- Tracker changed from Patch to Defect
- Category set to Text formatting
- Target version set to 3.2.0
Updated by Jean Louis over 8 years ago
+1 I have also bug with name, I prefer also to use textual identifier, we don't have access to the numeric id
Updated by Go MAEDA almost 6 years ago
- Related to Defect #30256: Cannot make cross-project wiki link if the project name includes square brackets added