We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
AddObjectToObject was removed from PCDM in PR samvera/hydra-pcdm#118.
Old syntax:
Hydra::PCDM::AddObjectToObject.call( parent_generic_work, child_generic_file )
New syntax:
parent_generic_work += child_generic_file
Unpinning PCDM version in Gemfile will reveal ~45 test failures related to the removal of AddObjectToObject. See issue #150
The text was updated successfully, but these errors were encountered:
First optimization pass to change create to new whenever possible
6ea9f79
Partial fix for issue #156 - optimize tests Also includes fix for issue #151 - remove usage of AddObjectToObject
Fixed by #157
Sorry, something went wrong.
elrayle
No branches or pull requests
AddObjectToObject was removed from PCDM in PR samvera/hydra-pcdm#118.
Old syntax:
New syntax:
Unpinning PCDM version in Gemfile will reveal ~45 test failures related to the removal of AddObjectToObject. See issue #150
The text was updated successfully, but these errors were encountered: