mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-26 03:21:41 +03:00
checking the wrong version number #194
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 @Tealk on GitHub (Nov 14, 2024).
Current Behavior
The wrong version number is checked in the nodes, namely that of the panel instead of wings
Expected Behavior
The current wings number is displayed.
Steps to Reproduce
Open notes settings
Panel Version
1.0.0-beta13
Wings Version
1.0.0-beta7
Games and/or Eggs Affected
No response
Docker Image
No response
Error Logs
No response
Is there an existing issue for this?
@Boy132 commented on GitHub (Nov 14, 2024):
Already fixed with #709 and will be included in the next beta.
@Tealk commented on GitHub (Nov 14, 2024):
That confuses me @Boy132 , the change says that wings will be changed to panel, which is exactly the wrong way around? The version number of wings should be there.
@Boy132 commented on GitHub (Nov 14, 2024):
The panel version used the cache key name for wings. So the cache for the panel version was overwritting the cached wings version.
That's why the panel version is displayed, and #709 fixed that.