|
@@ -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) {
|