Feature #35647
open
Allow the user to properly override Setting.display_subprojects_issues on Issue Reports if a project has subprojects
Added by Mischa The Evil over 3 years ago.
Updated over 3 years ago.
Description
I'd like to know if there is interest in a feature like this:
Files
- Description updated (diff)
- Related to Defect #35666: Review incorrect usage of Setting.display_subprojects_issues added
- Related to Feature #2529: Extend Issue Summary to include subprojects added
- Related to Defect #34185: Trackers of subprojects are not displayed in the Issue summary page added
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. activity 1/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
Also available in: Atom
PDF