mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
SSL setting selection does not persist on validation error when creating a node #5
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 @iamkubi on GitHub (Apr 7, 2024).
Current Behavior
Create a new node in admin area. Set SSL to use HTTP. Forget to fill out over-allocation boxes and hit submit. Get validation error saying over-allocation settings are missing. Fill them in and hit submit, get validation error saying that fqdn cannot be an IP address while HTTPS is enabled.
This happens because the HTTPS setting resets on validation errors while other fields persist.
Expected Behavior
HTTPS setting selection persists on validation errors
Steps to Reproduce
Above
Panel Version
v3
Wings Version
main
Games and/or Eggs Affected
No response
Docker Image
No response
Error Logs
Is there an existing issue for this?
@rmartinoscar commented on GitHub (Jun 28, 2024):
Should have been fixed with #401