Vote #74627
完了Empty sidebar should not be displayed in project overview
0%
説明
If I disbable the time tracking module I think the right-hand side of the project overview should ne show an empty column (see screenshot).
The grey area looks strange, especially with redmine alternate theme.
journals
If I disable Time Tracking, I still have content: "Issues", "My Custom Queries", "Custom Queries". I don't know why you don't have at least "Issues".
Note there is a plugin that allows hiding right pane, see:
http://www.redmine.org/issues/5746
http://www.redmine.org/projects/redmine/wiki/PluginCollapse
I did not try to use it.
Note you can also produce a css to reduce it's width to the minimum, I reduced it because it was too large for me:
in "public/themes/<mytheme>/stylesheets/application.css, add:
@/* Change sidebar width, too large by default */
#sidebar{ float: right; width: 12%; position: relative; z-index: 9; padding: 0; margin: 0;}@
I don't think this is really a defect, because this corresponds to quite empty Redmine setup ...
--------------------------------------------------------------------------------
Gurvan Le Dromaguet wrote:
> If I disable Time Tracking, I still have content: "Issues", "My Custom Queries", "Custom Queries". I don't know why you don't have at least "Issues".
I updated to redmine 2.4 and it looks like this. I do not use any plugin or something like that.
> I don't think this is really a defect, because this corresponds to quite empty Redmine setup ...
It is the standard redmine setup.
--------------------------------------------------------------------------------
You're right, sorry, what I say was for the issues page.
--------------------------------------------------------------------------------
Gurvan Le Dromaguet wrote:
> You're right, sorry, what I say was for the issues page.
Ahh, okay. I meant the project overview page. :)
--------------------------------------------------------------------------------
Fixed in r12310.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Merged.
--------------------------------------------------------------------------------
related_issues
relates,Closed,5958,Empty visible sidebar in Overview section