[PR #324] [MERGED] Remove maxLength from variable_value input #687

Closed
opened 2026-02-05 17:51:27 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/324
Author: @Boy132
Created: 6/4/2024
Status: Merged
Merged: 6/5/2024
Merged by: @lancepioch

Base: mainHead: patch-1


📝 Commits (1)

  • 201563a remove maxLength from variable_value input

📊 Changes

1 file changed (+0 additions, -1 deletions)

View changed files

📝 app/Filament/Resources/ServerResource/Pages/EditServer.php (+0 -1)

📄 Description

variable_value is a TEXT column on the database so the 191 limit doesn't apply here.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/324 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 6/4/2024 **Status:** ✅ Merged **Merged:** 6/5/2024 **Merged by:** [@lancepioch](https://github.com/lancepioch) **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`201563a`](https://github.com/pelican-dev/panel/commit/201563a13b4764cdd5bee8f9a64f2a19f720f071) remove maxLength from variable_value input ### 📊 Changes **1 file changed** (+0 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Resources/ServerResource/Pages/EditServer.php` (+0 -1) </details> ### 📄 Description `variable_value` is a TEXT column on the database so the 191 limit doesn't apply here. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 17:51:27 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#687