Create a global data type or page data folder (use defaults).
For the GUID, select 8-char Random String
Add at least 1 field, e.g. String (use defauls)
(For page data folder type, add it to a page)
Add an item of this type.
Duplicate the item
Expected:
Duplicated OK
Actual:
A server error with an exception
System.ArgumentException: datasetParameter name: Key violation error. A data element with the same dataId is already added. Type: Test.Bzbz
at Composite.Plugins.Data.DataProviders.XmlDataProvider.XmlDataProvider.AddNew[T](IEnumerable`1 dataset)
Note:
Data types with IDs based on GUIDs or 4-char Random Strings seem to be working OK
Repro:
Expected:
Duplicated OK
Actual:
A server error with an exception
Note:
Data types with IDs based on GUIDs or 4-char Random Strings seem to be working OK