Sha256: 444ce556e34692b73456231de2f47d6e81dd1dce986134c369172ce18733e6c0

Contents?: true

Size: 610 Bytes

Versions: 36

Compression:

Stored size: 610 Bytes

Contents

module Hyrax
  module Dashboard
    ## Shows a list of all works to the admins
    class WorksController < Hyrax::My::WorksController
      # Search builder for a list of works
      # Override of Blacklight::RequestBuilders
      def search_builder_class
        Hyrax::Dashboard::WorksSearchBuilder
      end

      private

        def search_action_url(*args)
          hyrax.dashboard_works_url(*args)
        end

        # The url of the "more" link for additional facet values
        def search_facet_path(args = {})
          hyrax.dashboard_works_facet_path(args[:id])
        end
    end
  end
end

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
hyrax-2.9.6 app/controllers/hyrax/dashboard/works_controller.rb
hyrax-2.9.5 app/controllers/hyrax/dashboard/works_controller.rb
hyrax-2.9.4 app/controllers/hyrax/dashboard/works_controller.rb
hyrax-2.9.3 app/controllers/hyrax/dashboard/works_controller.rb
hyrax-2.9.2 app/controllers/hyrax/dashboard/works_controller.rb
hyrax-2.9.1 app/controllers/hyrax/dashboard/works_controller.rb
hyrax-2.9.0 app/controllers/hyrax/dashboard/works_controller.rb
hyrax-2.8.0 app/controllers/hyrax/dashboard/works_controller.rb
hyrax-2.7.2 app/controllers/hyrax/dashboard/works_controller.rb
hyrax-2.7.1 app/controllers/hyrax/dashboard/works_controller.rb
hyrax-2.7.0 app/controllers/hyrax/dashboard/works_controller.rb
hyrax-2.6.0 app/controllers/hyrax/dashboard/works_controller.rb
hyrax-3.0.0.pre.rc1 app/controllers/hyrax/dashboard/works_controller.rb
hyrax-3.0.0.pre.beta3 app/controllers/hyrax/dashboard/works_controller.rb
hyrax-2.5.1 app/controllers/hyrax/dashboard/works_controller.rb
hyrax-2.5.0 app/controllers/hyrax/dashboard/works_controller.rb
hyrax-3.0.0.pre.beta2 app/controllers/hyrax/dashboard/works_controller.rb
hyrax-2.4.1 app/controllers/hyrax/dashboard/works_controller.rb
hyrax-3.0.0.pre.beta1 app/controllers/hyrax/dashboard/works_controller.rb
hyrax-2.4.0 app/controllers/hyrax/dashboard/works_controller.rb