Fixes U4-1696
This commit is contained in:
@@ -149,6 +149,7 @@ namespace umbraco.dialogs
|
||||
newDocumentType.allowedTemplates = documentType.allowedTemplates;
|
||||
newDocumentType.DefaultTemplate = documentType.DefaultTemplate;
|
||||
newDocumentType.AllowedChildContentTypeIDs = documentType.AllowedChildContentTypeIDs;
|
||||
newDocumentType.AllowAtRoot = documentType.AllowAtRoot;
|
||||
|
||||
newDocumentType.MasterContentType = int.Parse(masterType.SelectedValue);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user