We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Ensure we can build and test against BLv8.
The text was updated successfully, but these errors were encountered:
The Allmaps map feature works in BLv8, but our rake tasks toss an error.
Sorry, something went wrong.
Building EngineCart against BLv8 (v8.0.0, v8.0.1, v8.1.0) all return this error after the test application is written.
Done generating test app rake aborted! NameError: uninitialized constant Blacklight::HeaderComponent (NameError) property :header_component, default: Blacklight::HeaderComponent ``` The error prevents any of our rake tasks from running.
No branches or pull requests
Ensure we can build and test against BLv8.
The text was updated successfully, but these errors were encountered: