scientist-softserv / britishlibrary

Other
3 stars 0 forks source link

⚙ Verify use of graph_indexer #453

Open ShanaLMoore opened 1 year ago

ShanaLMoore commented 1 year ago

Summary

Collections were not including the graph indexer overrides, in some repos. Verify Collection.first.method(:before_update_nested_collection_relationship_indices) is coming from graph indexer gem. Pull in this commit into main for the fix if needed.

Acceptance Criteria

Screenshots or Video

Testing Instructions

Once deployed, using the rails console a dev should check the value of Collection.first.method(:before_update_nested_collection_relationship_indices) This method should be coming from hyrax-v2_graph_indexer.

This does not require client review.

Notes

laritakr commented 1 year ago

Hold off for PR to get merged. https://github.com/scientist-softserv/hyrax-v2_graph_indexer/pull/1

jillpe commented 1 year ago

PR got merged, next step is to update gem to use the current main (if it's not already using main)