Defect #15414
closed
Empty sidebar should not be displayed in project overview
Added by Anonymous about 11 years ago.
Updated almost 11 years ago.
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
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. :)
- 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
- Related to Defect #5958: Empty visible sidebar in Overview section added
- Status changed from Resolved to Closed
Also available in: Atom
PDF