mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-25 03:14:39 +03:00
Server startup page: Unable to call component method. Public method [save] not found on component #350
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 @GoudronViande24 on GitHub (Jun 2, 2025).
Current Behavior
When pressing Enter in a field in the startup page from a server, it tries to save and throws an error. The autosave on field content save still works as expected.
Error shown:
Unable to call component method. Public method [save] not found on componentExpected Behavior
Either disable the Enter key action, or make it save the same way the save on field content change does.
Steps to Reproduce
Panel Version
v1.0.0-beta21
Wings Version
Not relevant
Games and/or Eggs Affected
No response
Docker Image
No response
Error Logs
Is there an existing issue for this?
@Boy132 commented on GitHub (Jun 2, 2025):
Can't reproduce that. Can you please try on the demo?
@GoudronViande24 commented on GitHub (Jun 6, 2025):
Can't reproduce it on the Demo
@lancepioch commented on GitHub (Jun 8, 2025):
Please retry on latest version, currently can't reproduce.