Actions
Feature #35647
openAllow the user to properly override Setting.display_subprojects_issues on Issue Reports if a project has subprojects
Status:
New
Priority:
Normal
Assignee:
-
Category:
Issues planning
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Description
I'd like to know if there is interest in a feature like this:
Files
Related issues
Updated by Mischa The Evil over 3 years ago
- Related to Defect #35666: Review incorrect usage of Setting.display_subprojects_issues added
Updated by Mischa The Evil over 3 years ago
- Related to Feature #2529: Extend Issue Summary to include subprojects added
Updated by Mischa The Evil over 3 years ago
- Related to Defect #34185: Trackers of subprojects are not displayed in the Issue summary page added
Updated by Mischa The Evil over 3 years ago
Here's a dirty and untested patch against current trunk @ r21131 that implements this.
Some notes and warnings on the patch:- used argument is currently
true/false
, while in e.g. activity1/0
is used - argument handling is sub-optimal at best
style="margin-bottom: 1.4em;"
is currently hard-coded in the_options_form.html.erb
partial- sub-project parameter support is implemented for categories block, while the block itself doesn't support rendering of sub-project data (see #35664)
- contains no tests, doesn't modify existing tests and might break existing tests
- contains some duplication
Actions