Преглед изворни кода

fixed Storage acl link from acl usage

Piotr Labudda пре 8 година
родитељ
комит
a70e45c912
1 измењених фајлова са 1 додато и 3 уклоњено
  1. 1 3
      SE/se-lib/Route/Storage/AclUsage.php

+ 1 - 3
SE/se-lib/Route/Storage/AclUsage.php

@@ -85,9 +85,7 @@ class Route_Storage_AclUsage extends RouteBase {
 					UI::h('p', [], "id zasobu: [{$idTable}]"),
 					UI::h('p', [], [
 						"struktura: ",
-						($acl instanceof AntAclBase)
-						? UI::h('a', [ 'href' => Router::getRoute('Storage_AclStruct')->getLink('', [ 'idStorage' => $idDatabase, 'namespace' => $aclNamespace ]) ], "struktura obiektu (AntAcl)")
-						: UI::h('a', [ 'href' => Router::getRoute('Storage_AclStruct')->getLink('tableStruct', [ 'idStorage' => $idDatabase, 'table' => $rootTableName ]) ], "struktura tabeli (TableAcl)")
+						UI::h('a', [ 'href' => Router::getRoute('Storage_AclStruct')->getLink('', [ 'idStorage' => $idDatabase, 'namespace' => $aclNamespace ]) ], "struktura obiektu"),
 					]),
 					UI::h('p', [], [
 						"dodaj proces: ",