fixes merge
This commit is contained in:
@@ -556,6 +556,10 @@ namespace Umbraco.Core.Packaging
|
||||
if (isListView != null)
|
||||
contentType.IsContainer = isListView.Value.InvariantEquals("true");
|
||||
|
||||
var isElement = infoElement.Element("IsElement");
|
||||
if (isElement != null)
|
||||
contentType.IsElement = isElement.Value.InvariantEquals("true");
|
||||
|
||||
//Name of the master corresponds to the parent and we need to ensure that the Parent Id is set
|
||||
var masterElement = infoElement.Element("Master");
|
||||
if (masterElement != null)
|
||||
|
||||
Reference in New Issue
Block a user