Vote #81556
未完了Allow the user to properly override Setting.display_subprojects_issues on Issue Reports if a project has subprojects
0%
説明
I'd like to know if there is interest in a feature like this:
!{width:95%;}.2021-07-31_10-49-52.gif!
journals
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
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
--------------------------------------------------------------------------------
related_issues
relates,New,35666,Review incorrect usage of Setting.display_subprojects_issues
relates,Closed,2529,Extend Issue Summary to include subprojects
relates,Closed,34185,Trackers of subprojects are not displayed in the Issue summary page