U4-2636 Allow at root property are outside of view in backoffice

This commit is contained in:
Sebastiaan Janssen
2013-08-26 12:11:07 +02:00
parent dd59038369
commit cbe8f15007

View File

@@ -76,10 +76,16 @@ namespace umbraco.controls
LoadContentType();
SetupInfoPane();
if (!HideStructure)
if (HideStructure)
{
pnlStructure.Visible = false;
}
else
{
SetupStructurePane();
}
SetupGenericPropertiesPane();
SetupTabPane();