Top container uniqueness?
cdibella opened this issue · 2 comments
@bobbi-SMR - Since people can load things in iteratively with your plugin, I'm wondering what, if any, checks you do for top container uniqueness. If a top container already exists, what happens?
I ask because it's been called to our attention that starting with the 2.1 version of ASpace (when the old container model code was removed) that EADs can be rejected if the top containers in them are already in the system. If presumably spreadsheets loaded in with your plugin do not get rejected for the same reason, I'm wondering if there's something we can learn from your code for the core. Thanks in advance for any insights!
@cdibella - As described in the documenation , if a bar code isn't provided, my code looks for a top container already associated with a resource, and, if it doesn't find one, it creates one. Is there now a uniqueness of top container names across resources?