feat(template): carry ElementDataType through flatten/override

This commit is contained in:
Joseph Doherty
2026-06-16 15:24:31 -04:00
parent e7e34b26f1
commit 02aff2436e
2 changed files with 64 additions and 0 deletions
@@ -175,6 +175,7 @@ public class FlatteningService
CanonicalName = attr.Name,
Value = attr.Value,
DataType = attr.DataType.ToString(),
ElementDataType = attr.ElementDataType?.ToString(),
IsLocked = attr.IsLocked,
Description = attr.Description,
DataSourceReference = attr.DataSourceReference,