samvera / questioning_authority

Question your authorities
Other
54 stars 30 forks source link

do not overwrite passed in replacements hash #329

Closed elrayle closed 3 years ago

elrayle commented 3 years ago

Fixes #326

LinkedData::AuthorityUrlService #combined_substitutions updated the passed in replacements hash. It now clones the hash to avoid having this side-effect.

NOTE: The new test fails without the fix in place.

@samvera/hyrax-code-reviewers