You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: