mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 19:08:53 +03:00
[PR #1559] [MERGED] remove maxlength rule from egg variable's default_value field #1451
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?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/panel/pull/1559
Author: @hasyirin
Created: 7/26/2025
Status: ✅ Merged
Merged: 8/1/2025
Merged by: @lancepioch
Base:
main← Head:fix/outdated-default_value-rule📝 Commits (2)
a338b35remove maxlength rule from default_valuebab2aaeremove maxlength rule from default_value in Create page📊 Changes
2 files changed (+2 additions, -2 deletions)
View changed files
📝
app/Filament/Admin/Resources/EggResource/Pages/CreateEgg.php(+1 -1)📝
app/Filament/Admin/Resources/EggResource/Pages/EditEgg.php(+1 -1)📄 Description
The default_value field used to be string type in database, however it was changed to text.
Rust autowipe egg has a variable which has pretty lengthy default value, it will always throw an error whenever we try to edit the egg due to default_value being limited to 255.
Also since it's a text type in database, should the input for this field become textarea instead of normal text input?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.