Patch #2289
Patch for #2282 (show project name in front of related issues)
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Issues | |||
Target version: | 0.8 |
Description
Stephanie Collett wrote in #2282:
One of Redmine's strengths is the ability to relate issues in different projects. However, when reading the related issues for a particular issue, the projects these related issues are in is unclear. It would be nice to have the project named displayed like it is in the general issues page.
This patch modifies the issue_relations
-partial in a way that it displays the project-name in front of the related issues when the setting "cross_project_issue_relations
" is true (on).
Examples:
- Setting "
cross_project_issue_relations
" false:
- Setting "
cross_project_issue_relations
" true:
Related issues
History
#1
Updated by Mischa The Evil about 14 years ago
- File show_related_issues_project-r2092.diff
added
Ouch... Forgot to attach the actual patch. Here it is...
#2
Updated by Jean-Philippe Lang about 14 years ago
- Status changed from New to Closed
- Target version set to 0.8
Added in r2101 with slight changes. Thanks.
#3
Updated by Stephanie Collett about 14 years ago
Thanks for the fix and commit.