Defect #15777
closedWatched issues count on "My page" is shown for all issues instead of only open ones
0%
Description
On "My page" I have a "Watched issues" widget.
It shows the issues count in parentheses, and currently it shows 13 there. However, in the list itself there are only 9 issues.
I figured out that 13 is the total number of all watched issues, including closed ones.
The expected behavior is: watched issues counter should show only the number of open issues.
Environment: Redmine version 2.3.4.stable.12471 Ruby version 1.8.7-p174 (2009-06-12) [i686-linux] Rails version 3.2.13 Environment production Database adapter Mysql2 Redmine plugins: extended_fields 0.2.2 redmine_my_page_queries 2.0.8 redmine_tags 2.0.1-dev redmine_time_tracker 0.5 stuff_to_do_plugin 0.4.1
Files
Related issues
Updated by Karel Pičman almost 10 years ago
Yes, there is an inconsistency in the issue status. While we see all watched issues in MyPage The link reffers to open issues only.
Please apply the attached patch that display open watched issues only in My page.
Updated by Ieuan Jenkins over 8 years ago
Same bug as reported in #8948, I think.
Updated by Go MAEDA over 8 years ago
- File watched_issue_my_page_block_v2.diff watched_issue_my_page_block_v2.diff added
- Target version set to 3.3.0
I agree to change the behavior. I rarely want to see closed issues.
Here is an updated the patch for the current trunk.
Updated by Go MAEDA over 8 years ago
- Has duplicate Defect #8948: Watched issues which are already closed are still displayed in My Page added
Updated by Jean-Philippe Lang over 8 years ago
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
- Resolution set to Fixed
Thanks.
Updated by Anonymous over 8 years ago
Both widgets "Watched issues" and "Issues assigned to me" show only open issues. "Reported issues" shows issues with any status. I am pretty sure this is a defect. See #23472.
Updated by Go MAEDA over 8 years ago
- Related to Defect #23472: Show open issues only in "Reported Issues" on My page added
Updated by Go MAEDA over 8 years ago
- Has duplicate Patch #7687: Incorrect search in my page added