fix client connet redirect to scheda on page

This commit is contained in:
test
2026-08-31 11:00:33 +02:00
parent dec82edf60
commit 47af0c6bad
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
ServerAsset::connectAssetToServer($itemtype, $items_id, $server_id);
}
Html::redirect(PLUGIN_URBACKUP_WEB_DIR . '/front/server.form.php?id=' . $server_id);
Html::redirect(PLUGIN_URBACKUP_WEB_DIR . '/front/server.form.php?id=' . $server_id . '#tab-unlinked');
}
$id = $_POST['id'] ?? 0;