[PR #1884] [MERGED] feat: Add toggle for automatic allocation creation in panel settings #1632

Closed
opened 2026-02-04 20:03:01 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1884
Author: @PalmarHealer
Created: 11/10/2025
Status: Merged
Merged: 12/1/2025
Merged by: @Boy132

Base: mainHead: palmarhealer/add-option-to-disable-automatic-allocation-creation


📝 Commits (3)

  • b67ada7 feat: Add toggle for automatic allocation creation in panel settings
  • a886e1d Merge branch 'main' into palmarhealer/add-option-to-disable-automatic-allocation-creation
  • 0034868 Merge branch 'main' into palmarhealer/add-option-to-disable-automatic-allocation-creation

📊 Changes

4 files changed (+30 additions, -5 deletions)

View changed files

📝 app/Filament/Admin/Pages/Settings.php (+12 -0)
📝 app/Services/Allocations/FindAssignableAllocationService.php (+15 -5)
📝 config/panel.php (+1 -0)
📝 lang/en/admin/setting.php (+2 -0)

📄 Description

  • Introduced create_new configuration to control automatic allocation behavior.
  • Updated allocation service logic to respect the create_new toggle.
  • Enhanced panel settings UI to include the new create_new toggle option.
  • Added helper text for better clarity on configuration options.

Supersedes #1852


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/1884 **Author:** [@PalmarHealer](https://github.com/PalmarHealer) **Created:** 11/10/2025 **Status:** ✅ Merged **Merged:** 12/1/2025 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `palmarhealer/add-option-to-disable-automatic-allocation-creation` --- ### 📝 Commits (3) - [`b67ada7`](https://github.com/pelican-dev/panel/commit/b67ada78661bb370f6597fcc38a4ddbe06264612) feat: Add toggle for automatic allocation creation in panel settings - [`a886e1d`](https://github.com/pelican-dev/panel/commit/a886e1de05b1693854d747f2dccaca39c6f2d718) Merge branch 'main' into palmarhealer/add-option-to-disable-automatic-allocation-creation - [`0034868`](https://github.com/pelican-dev/panel/commit/00348680c11713bcd0c7f419ab07688e89b79e12) Merge branch 'main' into palmarhealer/add-option-to-disable-automatic-allocation-creation ### 📊 Changes **4 files changed** (+30 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Admin/Pages/Settings.php` (+12 -0) 📝 `app/Services/Allocations/FindAssignableAllocationService.php` (+15 -5) 📝 `config/panel.php` (+1 -0) 📝 `lang/en/admin/setting.php` (+2 -0) </details> ### 📄 Description - Introduced `create_new` configuration to control automatic allocation behavior. - Updated allocation service logic to respect the `create_new` toggle. - Enhanced panel settings UI to include the new `create_new` toggle option. - Added helper text for better clarity on configuration options. Supersedes #1852 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 20:03:01 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1632