|
|
@@ -296,6 +296,8 @@ class Route_Storage_AclReinstall extends RouteBase {
|
|
|
UI::alert('warning', $e->getMessage());
|
|
|
}
|
|
|
|
|
|
+ $item = SchemaFactory::loadDefaultObject('SystemObject')->getItem($namespace, [ 'propertyName' => '*,field' ]);
|
|
|
+
|
|
|
$childRefList = RefConfig::getChildRefFullList($namespace);
|
|
|
DBG::nicePrint($childRefList, '$childRefList');
|
|
|
DBG::nicePrint($item, '$item');
|