|
|
@@ -82,7 +82,12 @@ class Route_Storage_AclReinstall extends RouteBase {
|
|
|
Lib::loadClass('XML');
|
|
|
$xsdType = XML::getXsdTypeFromXsdSchema("{$antAclPath}/{$item['name']}.xsd", $namespace = $item['namespace'], $name = $item['name']);
|
|
|
DBG::nicePrint($item, '$item');
|
|
|
+ $sortPrio = 0;
|
|
|
+ foreach ($xsdType['struct'] as $fieldName => $fieldItem) {
|
|
|
+ $xsdType['struct'][$fieldName]['sortPrio'] = $sortPrio++;
|
|
|
+ }
|
|
|
DBG::nicePrint($xsdType, '$xsdType');
|
|
|
+ // TODO: fix sortPrio for all fields if not set = 0
|
|
|
|
|
|
echo '<hr>';
|
|
|
echo UI::h('h3', [], "Lista zmian:");
|