show production.log, show only active milestone for issue filter
This commit is contained in:
parent
e9c6d4adfa
commit
4b02f4a22d
4 changed files with 27 additions and 2 deletions
|
@ -36,4 +36,8 @@ module IssuesHelper
|
|||
labels = labels.map{ |l| { label: l.name, value: l.name } }
|
||||
labels.to_json
|
||||
end
|
||||
|
||||
def issues_active_milestones
|
||||
@project.milestones.active.order("id desc").all
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue