Project

General

Profile

Defect #15777 » watched_issue_my_page_block_v2.diff

Go MAEDA, 2016-03-11 02:36

View differences:

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
(2-2/2)