Closed kspurgin closed 2 years ago
Currently, if I import publishTo: all, I will get a warning that this term does not exist in CollectionSpace, but I can still import the data.
publishTo: all
If I import the data ignoring that warning, the refname used will be:
urn:cspace:core.collectionspace.org:vocabularies:name(publishto):item:name(all)'all'
The refname for the All term that already exists is:
All
urn:cspace:core.collectionspace.org:vocabularies:name(publishto):item:name(all)'All'
If user later tries to create the term all in the UI, the shortID assigned will not be all, so there can never be a refname match.
all
This situation should block me from importing data that will create problems in my CS instance
Currently, if I import
publishTo: all
, I will get a warning that this term does not exist in CollectionSpace, but I can still import the data.If I import the data ignoring that warning, the refname used will be:
The refname for the
All
term that already exists is:If user later tries to create the term
all
in the UI, the shortID assigned will not beall
, so there can never be a refname match.This situation should block me from importing data that will create problems in my CS instance