Skip to content

Commit 19dce14

Browse files
Forgot to set the key.
1 parent 94153af commit 19dce14

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Umbraco.Deploy.Contrib.Connectors/ValueConnectors/ArchetypeValueConnector.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,8 @@ private DataTypeDefinition GetDataTypeDefinitionById(Guid id, string errorMessag
264264
{
265265
DatabaseType = dataType.DatabaseType,
266266
Id = dataType.Id,
267-
PropertyEditorAlias = dataType.PropertyEditorAlias
267+
PropertyEditorAlias = dataType.PropertyEditorAlias,
268+
Key = dataType.Key
268269
};
269270
}, dataTypeCacheDuration);
270271
}

0 commit comments

Comments
 (0)