Quellcode durchsuchen

fixed struct link for view like for tables in Storage

Piotr Labudda vor 9 Jahren
Ursprung
Commit
3d8a3c0a5d
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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) {