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

Require hyrax/search_state #3472

Closed
wants to merge 1 commit into from
Closed

Require hyrax/search_state #3472

wants to merge 1 commit into from

Commits on Jan 14, 2019

  1. Require hyrax/search_state

    When attempting to set the admin_set_create_service for the AdminSetsController in the hyrax initializer, you get an uninitialized constant error for Hyrax::SearchState.  It is required in an initializer within the Hyrax engine but for some reason hasn't been loaded by that point in the hyrax initializer.  This commit makes the dependency explicit by requiring the load of search state here.
    cjcolvar authored Jan 14, 2019
    Configuration menu
    Copy the full SHA
    991baae View commit details
    Browse the repository at this point in the history