Feature #20481
Gantt: right and left resizable panel
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Gantt | |||
Target version: | 4.0.0 | |||
Resolution: | Fixed |
Description
It would be useful which right and left panel were resizable
Related issues
Associated revisions
Make gantt columns resizable (#20481).
Contributed by Mizuki ISHIKAWA.
History
#1
Updated by Toshi MARUYAMA almost 7 years ago
- Subject changed from Gantt to Gantt: right and left resizable panel
#2
Updated by Alessandro Zucchi almost 7 years ago
Could be OK also wrap the text if resize is a problem.
#3
Updated by Mizuki ISHIKAWA almost 5 years ago
I wrote a patch to implement this feature. The subject column in gantt will be resizable by this patch.
It supports only desktop screen for now (mobile screen is not supported). But I think it is useful for many people even without supporting mobile screen.
#4
Updated by Alessandro Zucchi almost 5 years ago
Great!
Have you idea when and if will be committed on a stable versione ?
Alessandro
#5
Updated by Go MAEDA almost 5 years ago
- File 20481-demo.gif added
- Target version set to 4.1.0
I think this is great UI improvement. Please see this demo: 20481-demo.gif
People sometimes complain about cropped subjects in gantt. This feature can resolve such problem.
#6
Updated by Hirofumi Kadoya almost 5 years ago
+1
#7
Updated by Yasukazu Nagatomi almost 5 years ago
Great!
This idea is very good.
#8
Updated by Akipii Oga almost 5 years ago
+1
The deeper hierarchy tickets, the more you want to expand the panel, it is a very desirable feature.
#9
Updated by Go MAEDA almost 5 years ago
- Related to Feature #8491: [Gantt] Wrap words in issue names added
#10
Updated by Mizuki ISHIKAWA almost 5 years ago
There were some minor problems with the previous version, so I fixed it.
#11
Updated by Go MAEDA almost 5 years ago
- Blocks Feature #26409: Show assignee on gantt added
#12
Updated by Mike Daniels almost 5 years ago
Hello Everyone. I can't seem to apply the patch. I am very new to redmine. I am getting a
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 9a74f72ba..9703e962e 100644 |--- a/app/views/gantts/show.html.erb |+++ b/app/views/gantts/show.html.erb -------------------------- File to patch: ^C
Please let me know if you can help
#13
Updated by Mike Daniels almost 5 years ago
Note: I did the following
cd /var/www/redmine mkdir patches cd patches/ wget http://www.redmine.org/attachments/download/18826/change_to_right_and_left_resizable_panel_v2.patch cd .. -- Now I am back in the /var/www/redmine directory sudo patch -p0 > /var/www/redmine/patches/change_to_right_and_left_resizable_panel_v2.patch
#14
Updated by Mike Daniels almost 5 years ago
Mizuki ISHIKAWA wrote:
There were some minor problems with the previous version, so I fixed it.
Mizuki, Can you please take a look at my above comments. Please tell me what I am doing wrong applying your patch.
#15
Updated by Mizuki ISHIKAWA almost 5 years ago
Mike Daniels wrote:
sudo patch -p0 > /var/www/redmine/patches/change_to_right_and_left_resizable_panel_v2.patch
Please change the command as follows.
sudo patch -p1 < /var/www/redmine/patches/change_to_right_and_left_resizable_panel_v2.patch
#16
Updated by Mike Daniels almost 5 years ago
Mizuki ISHIKAWA wrote:
Mike Daniels wrote:
sudo patch -p0 > /var/www/redmine/patches/change_to_right_and_left_resizable_panel_v2.patch
Please change the command as follows.
[...]
Thank you. I did this and it worked. Now I am trying to install another one of your patches and having a problem. I will write you there.
#17
Updated by Go MAEDA over 4 years ago
- Status changed from New to Closed
- Target version changed from 4.1.0 to 4.0.0
Committed in the trunk.
Thank you for improving Redmine.
#18
Updated by Go MAEDA over 4 years ago
- Assignee set to Go MAEDA
- Resolution set to Fixed
#19
Updated by Go MAEDA over 4 years ago
- Related to Feature #17660: Gantt chart-increase column size of issue description added
#20
Updated by Felix Gliesche about 3 years ago
- File before.png added
- File after.png added
- File 0001-Fix-gaps-in-resizable-gantt-chart.patch
added
I found a small problem, after this patch has been applied. There is some space between the left and right column of the gantt chart:
I am attaching a patch, that fixes this patch:
This functionality is a great addition to the UI btw. Thanks!
#21
Updated by Go MAEDA about 3 years ago
- Related to Defect #31268: Fix gaps in resizable gantt chart added
#22
Updated by Go MAEDA about 3 years ago
Felix Gliesche wrote:
I found a small problem, after this patch has been applied. There is some space between the left and right column of the gantt chart:
Thank you for reporting this. Since this issue is closed and the change has already been delivered, I have opened another issue #31268 for the problem you fixed.
#23
Updated by Go MAEDA about 3 years ago
- Related to Feature #31468: Gantt: Resize left side to the length of written text or save last resize parameters per Project added