Feature #6417
closedAllow collapse/expand in gantt chart
0%
Description
Eric - it would be great if there was a way to collapse nested structures in the Gantt chart plugin you developed.. for example, if we don't want to see all the tasks/bugs for our versions, but just want a high level picture of what's coming up, it would be nice to be able to collapse each version to a single row that shows the due date for the version. Possible? Thanks!
Files
Related issues
Updated by Eric Davis about 14 years ago
- Category set to Gantt
- Assignee deleted (
Eric Davis)
It would be possible but it will take a lot of work because of how the Gantt chart is rendered. If someone wants to work on this, I'd be happy to review a patch for it.
Updated by Hans Bangkok over 13 years ago
+1 I've got a lot of Versions (non-software PM "milestones")
At least being able to collapse the Roadmap's version sections would be start - and probably easier?
Updated by Dipan Mehta over 11 years ago
Updated by Toshi MARUYAMA over 10 years ago
- Has duplicate Feature #11636: tree structure of Gantt added
Updated by Toshi MARUYAMA over 10 years ago
- Related to Feature #8897: Be able to reorder tasks/issues in the Gantt chart added
Updated by Alexander Mikheyev almost 9 years ago
Hi all,
is any progress on collapse/expand Gantt tasks hierarchy?
Updated by Mischa The Evil over 7 years ago
- Has duplicate Feature #26467: expand & collapse gantt chart list added
Updated by Randa Bustami over 7 years ago
Hi All,
is there a chance to make it soon pls ?
Updated by Yuichi HARADA almost 6 years ago
- File expand_gantt.png expand_gantt.png added
- File collapse_gantt.png collapse_gantt.png added
- File 6417-collapse-expand-gantt.patch 6417-collapse-expand-gantt.patch added
I created the function collapse/expand of the Gantt chart.
I attached a patch.
[Expand]
[Collapse]
Updated by Go MAEDA almost 6 years ago
- Target version set to Candidate for next major release
Updated by Go MAEDA over 5 years ago
- Target version changed from Candidate for next major release to 4.1.0
LGTM. It is an excellent improvement. Setting the target version to 4.1.0.
Updated by Go MAEDA over 5 years ago
After applying the patch, objects in the same indentation level are not horizontally aligned. Please see the screenshot below. Could you check the patch?
Updated by Yuichi HARADA over 5 years ago
Go MAEDA wrote:
After applying the patch, objects in the same indentation level are not horizontally aligned. Please see the screenshot below. Could you check the patch?
I adjusted the horizontal position. #html_subject method's params
is the Hash object. Because we inherited params[:indent]
(Horizontal position), the calculation result of params[:indent]
of the new parent hierarchy was wrong.
I rebuilt the patch.
Updated by Go MAEDA over 5 years ago
I confirmed that all issues in the previous patch have been fixed. Thank you for working on this. I will commit this patch within a few days.
Updated by Go MAEDA over 5 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the patch. Thank you for your contribution.
Updated by Go MAEDA over 5 years ago
- Subject changed from Allow collapse/expand in Gantt chart to Allow collapse/expand in gantt chart
Updated by Go MAEDA over 5 years ago
- Status changed from Closed to Reopened
- Resolution deleted (
Fixed)
The patch breaks GanttHelperTest. Could you fix the failing tests?
Updated by Yuichi HARADA over 5 years ago
Go MAEDA wrote:
The patch breaks GanttHelperTest. Could you fix the failing tests?
Sorry, I fixed the failed tests.
I rebuilt a patch.
Updated by Go MAEDA over 5 years ago
- Status changed from Reopened to Closed
- Resolution set to Fixed
Committed. Thanks.
Updated by Abc4329803 ZHE over 5 years ago
[root@host plugins]# patch /-p0 < 6417-collapse-expand-gantt-v3.patch
can't find file to patch at input line 5
Perhaps you used the wrong /-p or /-/-strip option?
The text leading up to this was:
--------------------------
|diff --git a/app/views/gantts/show.html.erb b/app/views/gantts/show.html.erb
|index 90f6a85fa..a51abdcde 100644
|--- a/app/views/gantts/show.html.erb
|+++ b/app/views/gantts/show.html.erb
--------------------------
My redmine version is 3.4.
Why I have this problem?
Updated by Matt M over 5 years ago
I just applied the patch to a 4.0.2 install, I noticed an issue though collapsing, I have a very complex hierarchy and this patch completely disrupts it. I.E. a sub-project of a sub-project of a primary project gets lumped under the version of the sub-project, and is not collapsible, which causes issues with the rendering of the hierarchy and collapsing further down, I.E. collapsing a sub-project encapsulates the last sub-project within the main project. I would put pics but my layout is complex :) I got a pic to show an example.
In this pic if I collapse Mechanical Design then software will disappear, even though they are inline projects.
Updated by Go MAEDA almost 5 years ago
- Related to Defect #32812: Clicking on a parent object in gantt wrongly collapses objects at the same level added