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 over 3 years ago
- Subject changed from Gantt to Gantt: right and left resizable panel
#2
Updated by Alessandro Zucchi over 3 years ago
Could be OK also wrap the text if resize is a problem.
#3
Updated by Mizuki ISHIKAWA over 1 year 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 over 1 year ago
Great!
Have you idea when and if will be committed on a stable versione ?
Alessandro
#5
Updated by Go MAEDA over 1 year 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 over 1 year ago
+1
#7
Updated by Yasukazu Nagatomi over 1 year ago
Great!
This idea is very good.
#8
Updated by Akipii Oga over 1 year 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 over 1 year ago
- Related to Feature #8491: [Gantt] Wrap words in issue names added
#10
Updated by Mizuki ISHIKAWA over 1 year ago
There were some minor problems with the previous version, so I fixed it.
#11
Updated by Go MAEDA over 1 year ago
- Blocks Feature #26409: Show assignee on gantt added
#12
Updated by Mike Daniels over 1 year 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 over 1 year 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 over 1 year 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 over 1 year 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 over 1 year 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 about 1 year 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 about 1 year ago
- Assignee set to Go MAEDA
- Resolution set to Fixed
#19
Updated by Go MAEDA about 1 year ago
- Related to Feature #17660: Gantt chart-increase column size of issue description added