Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Dive Into Hydra - make blacklight return search results #144

Open
nomoregrapes opened this issue Feb 15, 2018 · 0 comments
Open

Update Dive Into Hydra - make blacklight return search results #144

nomoregrapes opened this issue Feb 15, 2018 · 0 comments

Comments

@nomoregrapes
Copy link

  # These before_filters apply the hydra access controls
  before_filter :enforce_show_permissions, :only=>:show

is now

  # These before_filters apply the hydra access controls
    before_action :enforce_show_permissions, only: :show

it should be commented out, and the following line added afterwards...
Hydra::SearchBuilder.default_processor_chain -= [:add_access_controls_to_solr_params]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant