Skip to content

Commit

Permalink
Assign correct membership_service_class on collection form
Browse files Browse the repository at this point in the history
  • Loading branch information
CGillen committed May 17, 2024
1 parent f5f43a0 commit 4b013e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/forms/hyrax/forms/collection_form.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class CollectionForm

self.model_class = ::Collection

self.membership_service_class = Collections::CollectionMemberService
self.membership_service_class = Hyrax::Collections::CollectionMemberSearchService

delegate :blacklight_config, to: Hyrax::CollectionsController

Expand Down

0 comments on commit 4b013e9

Please sign in to comment.