implemented cookie remember option for issue page filter
This commit is contained in:
parent
1d1b5186c3
commit
3fe9f3ebe6
3 changed files with 15 additions and 5 deletions
|
@ -1,2 +1,6 @@
|
|||
module IssuesHelper
|
||||
def project_issues_filter_path project, params = {}
|
||||
params[:f] ||= cookies['issue_filter']
|
||||
project_issues_path project, params
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue