Browse Source

Remove redundant organisation filter (#1782)

pull/1783/head^2
Jack 1 year ago committed by GitHub
parent
commit
1538084b65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      app/services/filter_manager.rb

1
app/services/filter_manager.rb

@ -56,7 +56,6 @@ class FilterManager
end
end
new_filters = new_filters.except("organisation") if params["organisation_select"] == "all"
new_filters = new_filters.except("owning_organisation") if params["owning_organisation_select"] == "all"
new_filters = new_filters.except("managing_organisation") if params["managing_organisation_select"] == "all"

Loading…
Cancel
Save