Procházet zdrojové kódy

fixed struct link for view like for tables in Storage

Piotr Labudda před 9 roky
rodič
revize
3d8a3c0a5d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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['nazwa'] = $tblName;
 				$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'] = '';
 				$tblZasob = V::get($tblName, '', $tableZasobList);
 				if ($tblZasob) {