Sha256: a8c7ee31beba8069173edab0c74523e745fc30ccb929fe3984db18750f4f0ffa
Contents?: true
Size: 372 Bytes
Versions: 7
Compression:
Stored size: 372 Bytes
Contents
# Added to allow for the My controller to show only things I have edit access to class Sufia::MyWorksSearchBuilder < Sufia::SearchBuilder include Sufia::MySearchBuilderBehavior include CurationConcerns::FilterByType self.default_processor_chain += [:add_advanced_search_to_solr, :show_only_resources_deposited_by_current_user] def only_works? true end end
Version data entries
7 entries across 7 versions & 1 rubygems