[PR #1349] [MERGED] Make Tags work in StoreNodeRequest #1339

Closed
opened 2026-02-04 19:37:57 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1349
Author: @rmartinoscar
Created: 5/8/2025
Status: Merged
Merged: 5/8/2025
Merged by: @rmartinoscar

Base: mainHead: fix/StoreNodeRequest


📝 Commits (2)

  • 4c489ba Use except instead of only so tags work
  • 03dd047 Allow every fields to be set on store

📊 Changes

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

View changed files

📝 app/Http/Requests/Api/Application/Nodes/StoreNodeRequest.php (+1 -20)

📄 Description

When you make a request with something that isn't in Model::getRules() its omitted


🔄 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/1349 **Author:** [@rmartinoscar](https://github.com/rmartinoscar) **Created:** 5/8/2025 **Status:** ✅ Merged **Merged:** 5/8/2025 **Merged by:** [@rmartinoscar](https://github.com/rmartinoscar) **Base:** `main` ← **Head:** `fix/StoreNodeRequest` --- ### 📝 Commits (2) - [`4c489ba`](https://github.com/pelican-dev/panel/commit/4c489bab312170f1e511b18648fdad0910d4860f) Use `except` instead of `only` so tags work - [`03dd047`](https://github.com/pelican-dev/panel/commit/03dd04783be0788cd969e984bf4232d45b797b30) Allow every fields to be set on store ### 📊 Changes **1 file changed** (+1 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `app/Http/Requests/Api/Application/Nodes/StoreNodeRequest.php` (+1 -20) </details> ### 📄 Description When you make a request with something that isn't in `Model::getRules()` its omitted --- <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-04 19:37:57 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1339