소스 검색

fixed struct link for view like for tables in Storage

Piotr Labudda 9 년 전
부모
커밋
3d8a3c0a5d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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) {