Defect #14415
Spent time details and report should ignore 'Setting.display_subprojects_issues?' when 'Subproject' filter is enabled.
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Time tracking | |||
Target version: | 2.3.3 | |||
Resolution: | Fixed | Affected version: | 2.3.1 |
Description
Using the 'Subproject' filter on the time log details or report pages has no effect if the "Display subprojects issues on main projects by default" is disabled.
Attached is a patch that fix the problem by not scoping on project since the proper scope has been applied in Query.project_statement
Thanks
Associated revisions
Spent time details and report should ignore 'Setting.display_subprojects_issues?' (#14415).
History
#1
Updated by Jean-Philippe Lang about 9 years ago
- Category set to Time tracking
- Status changed from New to Resolved
- Assignee set to Jean-Philippe Lang
- Target version set to 2.3.3
- Resolution set to Fixed
Fixed in r12057 with tests, thanks for pointing this out.