Defect #15414
closedEmpty sidebar should not be displayed in project overview
0%
Description
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.
Files
Related issues
Updated by Gurvan Le Dromaguet about 11 years ago
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 ...
Updated by Anonymous about 11 years ago
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.
Updated by Gurvan Le Dromaguet about 11 years ago
You're right, sorry, what I say was for the issues page.
Updated by Anonymous about 11 years ago
Gurvan Le Dromaguet wrote:
You're right, sorry, what I say was for the issues page.
Ahh, okay. I meant the project overview page. :)
Updated by Jean-Philippe Lang about 11 years ago
- Subject changed from Empty column in project overview to Empty sidebar should not be displayed in project overview
- Status changed from New to Resolved
- Assignee set to Jean-Philippe Lang
- Target version set to 2.4.1
- Resolution set to Fixed
Fixed in r12310.
Updated by Mischa The Evil about 11 years ago
- Related to Defect #5958: Empty visible sidebar in Overview section added