Przeglądaj źródła

fixed struct link for view like for tables in Storage

Piotr Labudda 9 lat temu
rodzic
commit
3d8a3c0a5d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      SE/se-lib/Route/Storage.php

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

@@ -573,7 +573,7 @@ jQuery(document).on('p5UIBtnAjax:Storage:checkObjectInstallAjax:ajaxLoaded', fun
 				$tblItem = V::cloneArray($emptyItem);
 				$tblItem = V::cloneArray($emptyItem);
 				$tblItem['nazwa'] = $tblName;
 				$tblItem['nazwa'] = $tblName;
 				$tblItem['type'] = $row['table_type'];
 				$tblItem['type'] = $row['table_type'];
-				$tblItem['struktura'] = '<a href="index.php?_route=Storage&_task=viewStruct&idStorage=' . $idStorage . '&table=' . $tblName . '">' . "struct" . '</a>';
+				$tblItem['struktura'] = '<a href="index.php?_route=Storage&_task=tableStruct&idStorage=' . $idStorage . '&table=' . $tblName . '">' . "struct" . '</a>';
 				$tblItem['uwagi'] = '';
 				$tblItem['uwagi'] = '';
 				$tblZasob = V::get($tblName, '', $tableZasobList);
 				$tblZasob = V::get($tblName, '', $tableZasobList);
 				if ($tblZasob) {
 				if ($tblZasob) {