mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Changing primary allocation through user view not possible #440
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?
Originally created by @Leon-JavaScript on GitHub (Sep 17, 2025).
Originally assigned to: @Boy132 on GitHub.
Current Behavior
In the list of all servers in the admin area, you can normally change the primary allocation of servers that have more than one allocation like it should be:

But if you view the servers of a user in the admin area, the primary allocation selection is always disabled even if the server has 2 or more allocations:

Expected Behavior
The primary allocation should also be changeable through the user's server list.
Steps to Reproduce
Panel Version
ce393afWings Version
develop
Is there an existing issue for this?
@rmartinoscar commented on GitHub (Sep 17, 2025):
Hey i originally tried to tackle that in https://github.com/pelican-dev/panel/pull/1237 but there was too many changes coming with v4 guess we can revisit that now that its out.