This is for a version 13 site that was upgraded and migrated to a new cloud instance. When another developer tries to pull the site from Cloud and restore they get a collision on a data type, but there doesn't appear to be multiple items colliding.
Collisions for entity type "data-type":
Collisions for unique identifier "Multi Url Picker":
Artifact: umb://data-type/ad53257e4c9b4380bbe6f23bbae579ad
{DataType umb://data-type/b4e3535a175347e28568602cf8cfee6f}
If I search for those two UDIs I get:
{
"Name": "Multi Url Picker",
"Alias": "",
"EditorAlias": "Umbraco.MultiUrlPicker",
"Configuration": {
"minNumber": 0,
"maxNumber": 0,
"overlaySize": "small",
"hideAnchor": false,
"ignoreUserStartNodes": false
},
"Udi": "umb://data-type/ad53257e4c9b4380bbe6f23bbae579ad",
"Dependencies": [],
"__type": "Umbraco.Deploy.Infrastructure,Umbraco.Deploy.Infrastructure.Artifacts.DataTypeArtifact",
"__version": "13.2.2"
}
{
"Name": "Related Links",
"Alias": "",
"EditorAlias": "Umbraco.MultiUrlPicker",
"Configuration": {
"minNumber": 0,
"maxNumber": 0,
"hideAnchor": false,
"ignoreUserStartNodes": false
},
"Udi": "umb://data-type/b4e3535a175347e28568602cf8cfee6f",
"Dependencies": [],
"__type": "Umbraco.Deploy.Infrastructure,Umbraco.Deploy.Infrastructure.Artifacts.DataTypeArtifact",
"__version": "13.2.2"
}
These don't seem to collide to me and there are no other data types with these names on them. Is there something hidden happening? This is very confusing.