Vote #76629
完了Gantt: right and left resizable panel
0%
journals
--------------------------------------------------------------------------------
Could be OK also wrap the text if resize is a problem.
--------------------------------------------------------------------------------
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.
--------------------------------------------------------------------------------
Great!
Have you idea when and if will be committed on a stable versione ?
Alessandro
--------------------------------------------------------------------------------
I think this is great UI improvement. Please see this demo: attachment:20481-demo.gif
People sometimes complain about cropped subjects in gantt. This feature can resolve such problem.
--------------------------------------------------------------------------------
+1
--------------------------------------------------------------------------------
Great!
This idea is very good.
--------------------------------------------------------------------------------
+1
The deeper hierarchy tickets, the more you want to expand the panel, it is a very desirable feature.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
There were some minor problems with the previous version, so I fixed it.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Hello Everyone. I can't seem to apply the patch. I am very new to redmine. I am getting a
<pre>
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
</pre>
Please let me know if you can help
--------------------------------------------------------------------------------
Note: I did the following
<pre>
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
</pre>
--------------------------------------------------------------------------------
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.
--------------------------------------------------------------------------------
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.
<pre>
sudo patch -p1 < /var/www/redmine/patches/change_to_right_and_left_resizable_panel_v2.patch
</pre>
--------------------------------------------------------------------------------
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.
--------------------------------------------------------------------------------
Committed in the trunk.
Thank you for improving Redmine.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
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:
!before.png!
I am attaching a patch, that fixes this patch:
!after.png!
This functionality is a great addition to the UI btw. Thanks!
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
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.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
related_issues
relates,Closed,8491,[Gantt] Wrap words in issue names
relates,Closed,17660,Gantt chart-increase column size of issue description
relates,Closed,31268,Fix gaps in resizable gantt chart
relates,New,31468,Gantt: Resize left side to the length of written text or save last resize parameters per Project
blocks,Closed,26409,Show assignee on gantt