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