Sha256: ab67118a361a0161d9e5f1adf9c52aeb8a44ac31ece06019ea0c094affb6dc06
Contents?: true
Size: 469 Bytes
Versions: 26
Compression:
Stored size: 469 Bytes
Contents
# frozen_string_literal: true # Behavior for the my controller search builder to allow the my controller to only get access to # items I have edit access to. # # Separating as a behavior allows for easier overriding of the gem behavior. module Hyrax::My::SearchBuilderBehavior extend ActiveSupport::Concern # show only files with edit permissions in lib/hydra/access_controls_enforcement.rb apply_gated_discovery def discovery_permissions ["edit"] end end
Version data entries
26 entries across 26 versions & 1 rubygems