mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-30 19:48:18 +08:00
Merge pull request #1670 from urbanrotnik/ur-sci-3343-dynamic-filtering-default-fix
Dynamic filtering default fix [SCI-3343]
This commit is contained in:
commit
7eeba0e57e
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ class GlobalActivitiesController < ApplicationController
|
||||||
elsif subject_search_params[:teams].present?
|
elsif subject_search_params[:teams].present?
|
||||||
subject_search_params[:teams]
|
subject_search_params[:teams]
|
||||||
else
|
else
|
||||||
[]
|
teams
|
||||||
end
|
end
|
||||||
results = {}
|
results = {}
|
||||||
subject_types.each do |subject|
|
subject_types.each do |subject|
|
||||||
|
|
Loading…
Reference in a new issue