mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Bug with server edit shortcut #81
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 @bvironn on GitHub (May 31, 2024).
Current Behavior
When I'm on my server, in this case it's minecraft but I suppose it wouldn't matter which egg I'm using, well the thing is that when I click on this icon to edit the server through the admin panel it takes me to a path that doesn't exist.
Incorrect route https://panel.example.com/admin/servers/view/1
Route that should take me https://panel.example.com/admin/servers/1/edit
Expected Behavior
It should happen that when you click on this icon
I was taken directly to this page
Steps to Reproduce
Login to your panel
Click on a server
Click on the quick access icon for editing parameters in the administrative panel.
The error occurs
Panel Version
Version: 1.0.0-beta2
Wings Version
wings v1.0.0-beta2 Copyright © 2018 - 2024 Dane Everitt & Contributors
Games and/or Eggs Affected
Paper
Docker Image
ghcr.io/parkervcp/yolks:java_21
Error Logs
Is there an existing issue for this?
@rmartinoscar commented on GitHub (May 31, 2024):
Duplicate of https://github.com/pelican-dev/panel/issues/197 & https://github.com/pelican-dev/panel/issues/272
This was patched in
38b92ae21djust have to build from source or wait for next beta release