Class: CollectionManagementController

Inherits:
ApplicationController show all
Defined in:
frontend/app/controllers/collection_management_controller.rb

Instance Method Summary (collapse)

Methods inherited from ApplicationController

can_access?, permission_mappings, set_access_control

Instance Method Details

- (Object) index



6
7
8
9
10
# File 'frontend/app/controllers/collection_management_controller.rb', line 6

def index
  facets = ["parent_type", "processing_priority", "processing_status"]

  @search_data = Search.for_type(session[:repo_id], "collection_management", params_for_backend_search.merge({"facet[]" => facets}))
end