active_fedora icon indicating copy to clipboard operation
active_fedora copied to clipboard

IndirectContainers don't delete proxies unless insertedContentRelation is ore:proxyFor

Open escowles opened this issue 8 years ago • 0 comments

IndirectContainers can use any predicate to link to the URI they are proxies for, but ore:proxyFor is hard-coded:

https://github.com/projecthydra/active_fedora/blob/master/lib/active_fedora/associations/contained_finder.rb#L43

Proxies can be created and read correctly, but they cannot be deleted.

escowles avatar Aug 15 '16 21:08 escowles