U4-2636 Allow at root property are outside of view in backoffice
This commit is contained in:
@@ -76,10 +76,16 @@ namespace umbraco.controls
|
||||
LoadContentType();
|
||||
|
||||
SetupInfoPane();
|
||||
if (!HideStructure)
|
||||
|
||||
if (HideStructure)
|
||||
{
|
||||
pnlStructure.Visible = false;
|
||||
}
|
||||
else
|
||||
{
|
||||
SetupStructurePane();
|
||||
}
|
||||
|
||||
SetupGenericPropertiesPane();
|
||||
SetupTabPane();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user