diff --git a/app/services/hyrax/location_service.rb b/app/services/hyrax/location_service.rb index 1fe9803232..c0efa08a49 100644 --- a/app/services/hyrax/location_service.rb +++ b/app/services/hyrax/location_service.rb @@ -19,7 +19,7 @@ def full_label(uri) def extract_id(obj) uri = case obj - when String + when String, Valkyrie::ID URI(obj) when URI obj