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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
To reproduce...
col = Hydra::Works::Collection.new(id: 'col-1') fs = Hydra::Works::FileSet.new(id: 'fs-1') col.members << fs => [#<Hydra::Works::FileSet id: "fs-1", head: [], tail: []>]
Should throw an error message. Instead, it incorrectly adds the file set to the collection.
The text was updated successfully, but these errors were encountered:
[WIP] Collections should not allow FileSets as members. Refs #257
c801921
I'm working on this one.
Sorry, something went wrong.
Collections should not allow FileSets as members. Fixes #257
ff5f51a
53af5a6
No branches or pull requests
To reproduce...
Should throw an error message. Instead, it incorrectly adds the file set to the collection.
The text was updated successfully, but these errors were encountered: