Commit 335749d7 authored by Robert Speicher's avatar Robert Speicher

Ensure `@sort` is set by set_filters_params

Closes #1750
parent d991e3e4
......@@ -265,6 +265,7 @@ class ApplicationController < ActionController::Base
params[:scope] = 'all' if params[:scope].blank?
params[:state] = 'opened' if params[:state].blank?
@sort = params[:sort]
@filter_params = params.dup
if @project
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment