Defect #8106
Issues by Category should show tasks without category
Status: | Closed | Start date: | 2011-04-08 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Roadmap | |||
Target version: | 2.2.0 | |||
Resolution: | Fixed | Affected version: |
Description
Currently on a roadmap page, e.g http://www.redmine.org/projects/redmine/versions/27 when you chose Issues by Category there is no items for 'None' category (tasks that are not belong to any category).
And I think 'None' category should be the first in the list and/or be e.g. italic to differentiate it from the real categories.
Related issues
Associated revisions
Issues by Category should show tasks without category (#8106).
Fixed source indentation (#8106).
History
#1
Updated by Etienne Massip over 11 years ago
- Target version set to Candidate for next major release
#2
Updated by Dmitry Babenko over 11 years ago
The similar problems can be found here http://www.redmine.org/projects/redmine/issues/report
Sections Assignee, Version, Category do not have items 'None' in their lists.
And on http://www.redmine.org/projects/redmine/versions/27 Issues by:Assignee omits "None" too.
#3
Updated by Mischa The Evil over 11 years ago
This has been reported and patched already almost three years ago as part of patch #1671:
[...]
- Issue metrics previously didn't show data for issues having chosen attribute not assigned. This is fixed here, see that [Not Assigned] group in screenshot;
[...]
It didn't made it into the core yet, but it would certainly be a useful extension of the current queries-UI that is available on both the here-above mentioned views (/projects/redmine/versions/version_ID and /projects/redmine/issues/report).
#4
Updated by Jean-Philippe Lang almost 10 years ago
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
- Target version changed from Candidate for next major release to 2.2.0
- Resolution set to Fixed
Fixed in r10771.
#5
Updated by Dmitry Babenko almost 10 years ago
- Status changed from Closed to Reopened
File trunk/app/views/versions/_issue_counts.html.erb has mixed tabs and spaces indentation in newly added code.
Thanks for the fix.
#6
Updated by Jean-Philippe Lang almost 10 years ago
- Status changed from Reopened to Closed
Fixed, thanks.