##// END OF EJS Templates
Watched issues count on "My page" is shown for all issues instead of only open ones (#15777)....
Jean-Philippe Lang -
r14933:ffa4dd00f6a1
parent child
Show More
@@ -50,7 +50,7 module MyHelper
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
General Comments 0
You need to be logged in to leave comments. Login now