mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #1852] [CLOSED] fix: Automatic allocation creation #1615
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/1852
Author: @PalmarHealer
Created: 10/30/2025
Status: ❌ Closed
Base:
main← Head:palmarhealer/add-second-auto-allocation-option📝 Commits (3)
9de01b2Add allocation mode configuration582c7fdReplace allocation mode configuration with create_new toggle4499e40Merge branch 'pelican-dev:main' into palmarhealer/add-second-auto-allocation-option📊 Changes
4 files changed (+43 additions, -10 deletions)
View changed files
📝
app/Filament/Admin/Pages/Settings.php(+14 -2)📝
app/Services/Allocations/FindAssignableAllocationService.php(+26 -8)📝
config/panel.php(+1 -0)📝
lang/en/admin/setting.php(+2 -0)📄 Description
Fixes that new allocations are being created because
$server->node->allocations()is scoped. Also adds the option to disable the creation for new allocations and limits it to the unassigned allocations already available.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.