Defect #15414
Empty sidebar should not be displayed in project overview
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | UI | |||
Target version: | 2.4.1 | |||
Resolution: | Fixed | Affected version: | 2.4.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.
Related issues
History
#1
Updated by Gurvan Le Dromaguet over 8 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 ...
#2 Updated by Anonymous over 8 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.
#3
Updated by Gurvan Le Dromaguet over 8 years ago
You're right, sorry, what I say was for the issues page.
#4 Updated by Anonymous over 8 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. :)
#5
Updated by Jean-Philippe Lang over 8 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.
#6
Updated by Mischa The Evil over 8 years ago
- Related to Defect #5958: Empty visible sidebar in Overview section added