Defect #15777 » watched_issue_my_page_block_v2.diff
app/helpers/my_helper.rb (working copy) | ||
---|---|---|
50 | 50 |
end |
51 | 51 | |
52 | 52 |
def issueswatched_items |
53 |
Issue.visible.on_active_project.watched_by(User.current.id).recently_updated.limit(10) |
|
53 |
Issue.visible.open.on_active_project.watched_by(User.current.id).recently_updated.limit(10)
|
|
54 | 54 |
end |
55 | 55 | |
56 | 56 |
def news_items |
- « Previous
- 1
- 2
- Next »