mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-30 11:41:19 +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?
|
||||
subject_search_params[:teams]
|
||||
else
|
||||
[]
|
||||
teams
|
||||
end
|
||||
results = {}
|
||||
subject_types.each do |subject|
|
||||
|
|
Loading…
Reference in a new issue