Project

General

Profile

Actions

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 2 years ago. Updated over 2 years ago.

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:

Gif of the POC of the feature.


Files

2021-07-31_10-49-52.gif (341 KB) 2021-07-31_10-49-52.gif Gif of the POC of the feature. Mischa The Evil, 2021-07-31 14:56
0001-Dirty-and-untested-POC-for-35647.patch (7.82 KB) 0001-Dirty-and-untested-POC-for-35647.patch Patch against trunk @ r21131 Mischa The Evil, 2021-08-03 02:31

Related issues

Related to Redmine - Defect #35666: Review incorrect usage of Setting.display_subprojects_issuesNew

Actions
Related to Redmine - Feature #2529: Extend Issue Summary to include subprojectsClosedGo MAEDA2009-01-19

Actions
Related to Redmine - Defect #34185: Trackers of subprojects are not displayed in the Issue summary pageClosedGo MAEDA

Actions
Actions #1

Updated by Mischa The Evil over 2 years ago

  • Description updated (diff)
Actions #2

Updated by Mischa The Evil over 2 years ago

  • Related to Defect #35666: Review incorrect usage of Setting.display_subprojects_issues added
Actions #3

Updated by Mischa The Evil over 2 years ago

  • Related to Feature #2529: Extend Issue Summary to include subprojects added
Actions #4

Updated by Mischa The Evil over 2 years ago

  • Related to Defect #34185: Trackers of subprojects are not displayed in the Issue summary page added
Actions #5

Updated by Mischa The Evil over 2 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. 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
Actions

Also available in: Atom PDF