mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 03:12:01 +03:00
Creating a new EggVariable does not propagate its default value to servers as expected. #457
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 @rmartinoscar on GitHub (Sep 27, 2025).
Originally assigned to: @Boy132 on GitHub.
@notAreYouScared commented on GitHub (Sep 27, 2025):
Does the variable still get assigned to servers? Just the value isn't set?
@rmartinoscar commented on GitHub (Sep 27, 2025):
It gets set to either '' or 0 if its a string or an int/bool instead of whatever is the variable's default
@gOOvER commented on GitHub (Sep 27, 2025):
I can confirm this; when a new variable is created in the egg, only the grayed-out value is displayed in the server and you have to enter the value manually.
(I hope I have understood the problem correctly)