Project

General

Profile

Actions

Defect #5589

closed

"with subproject" malfunction

Added by Orgad Shaneh almost 14 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
Start date:
2010-05-25
Due date:
% Done:

100%

Estimated time:
Resolution:
Fixed
Affected version:

Description

Hello,

When subprojects exist, Roadmap and Activity contain a checkbox "Subprojects" indicating whether to include subprojects in the report or not (see here for example).

If this checkbox is unchecked (default is checked), and then checked again, it doesn't show issues related to subprojects.

Digging a bit in the html code, it appears that two inputs with the same name (with_subprojects) exist. The first one is hidden with a constant value of 0, and the second one is the checkbox. This leads to a querystring that contains "with_subprojects=0&with_subprojects=1", which in turn does NOT include subprojects.


Files

include_subproject_event_types_in_activity_fetcher.patch (643 Bytes) include_subproject_event_types_in_activity_fetcher.patch Adds the event types available in the project's subprojects Felix Schäfer, 2010-07-01 16:19
Actions

Also available in: Atom PDF