mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 19:08:53 +03:00
[PR #1139] [MERGED] Fix server transfer backend #1201
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/panel/pull/1139
Author: @Boy132
Created: 3/21/2025
Status: ✅ Merged
Merged: 4/1/2025
Merged by: @Boy132
Base:
main← Head:boy132/fix-transfer-backend📝 Commits (8)
e40465cfix notify in transfer service83bf02cremove magical array24ce3cffix phpstan46d44e0better validation for allocation_additional and better docs generationdfce59cMerge remote-tracking branch 'upstream/main' into boy132/fix-transfer-backend1af1859update transfer ui7dc2e47update request body5404ba9Merge remote-tracking branch 'upstream/main' into boy132/fix-transfer-backend📊 Changes
3 files changed (+38 additions, -27 deletions)
View changed files
📝
app/Filament/Admin/Resources/ServerResource/Pages/EditServer.php(+2 -1)📝
app/Http/Controllers/Api/Application/Servers/ServerManagementController.php(+24 -5)📝
app/Services/Servers/TransferServerService.php(+12 -21)📄 Description
The notify request was wrong, probably due to bad copy pasta when the repositories got refactored.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.