-
Notifications
You must be signed in to change notification settings - Fork 124
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
Hyrax::AdministrativeSets fail to be listed on Dashboard->Collections #5408
Comments
The Example, hyrax-dev solr doc
nurax-pg solr doc
Lines with |
PR #5421 Address several of the causes of this issue. It does not fully fix this issue. The known causes preventing admin sets from being listed on Dashboard -> Collections are:
The first 3 are fixed in PR #5421. The last part of the search build issue is not complete. See Remaining Work below. Remaining WorkThere is still an outstanding issue with the query to retrieve collections and admin sets. Old Query:
This includes adding the Attempt at a New Query (doesn't work):
|
Descriptive summary
Dashboard -> Collections correctly lists Hyrax::PcdmCollections, but fails to list Hyrax::AdministrativeSets. Investigation as part of Issue #5334 determined that the AdministrativeSet is created as expected. It is just failing to be listed.
Rationale
All collections and admin sets should be listed for Dashboard -> Collections regardless of the model used to create them.
Expected behavior
After creating a
Hyrax::AdministrativeSet
, it should be listed in Dashboard -> Collections.Actual behavior
After creating a
Hyrax::AdministrativeSet
, it is NOT listed in Dashboard -> Collections.Steps to reproduce the behavior
Prerequisites:
Configure Hyrax:
/config/initializers/hyrax.rb
and set:To reproduce:
Create Admin Set
The new admin set should be in the list of collections, but it is not.
Related work
See related issues in Issue #5326 UBER: Hyrax-Valkyrization MVP
See Issue #5334 for an investigation of this issue
The text was updated successfully, but these errors were encountered: