[PR #1704] [MERGED] Fixed webhooks on v4 and nested values #1528

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1704
Author: @JoanFo1456
Created: 9/13/2025
Status: Merged
Merged: 9/18/2025
Merged by: @rmartinoscar

Base: mainHead: fix/WebhooksV4


📝 Commits (8)

  • 85a2f66 Fixed regular and discord view
  • 02fc524 Fixed nestes values 👀
  • 8a4ab9d Merge branch 'pelican-dev:main' into fix/WebhooksV4
  • dbdb1b2 Pint
  • 0a80991 Did rabbit's suggestion
  • ad3648d Why? Just why changing that added a space?
  • 246abc2 Fixed a mistake on form & added Martin fixed Blade
  • e1d49c8 Forgot about this...

📊 Changes

4 files changed (+269 additions, -55 deletions)

View changed files

📝 app/Filament/Admin/Resources/Webhooks/Pages/EditWebhookConfiguration.php (+2 -3)
📝 app/Filament/Admin/Resources/Webhooks/WebhookResource.php (+1 -3)
📝 app/Models/WebhookConfiguration.php (+188 -25)
📝 resources/views/filament/components/webhooksection.blade.php (+78 -24)

📄 Description

This pull request repairs the variables such as {{allocation.id}} not working, and editing the old webhook example to match the exact one being sent on updated: Server.

Forgot to mention the discord blade


🔄 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/1704 **Author:** [@JoanFo1456](https://github.com/JoanFo1456) **Created:** 9/13/2025 **Status:** ✅ Merged **Merged:** 9/18/2025 **Merged by:** [@rmartinoscar](https://github.com/rmartinoscar) **Base:** `main` ← **Head:** `fix/WebhooksV4` --- ### 📝 Commits (8) - [`85a2f66`](https://github.com/pelican-dev/panel/commit/85a2f6621750dd626579d6c411966a5f4332c5b2) Fixed regular and discord view - [`02fc524`](https://github.com/pelican-dev/panel/commit/02fc52483a1358072544b0c57903b0123238b191) Fixed nestes values 👀 - [`8a4ab9d`](https://github.com/pelican-dev/panel/commit/8a4ab9d324017c48ec71841edcf8e386033920bf) Merge branch 'pelican-dev:main' into fix/WebhooksV4 - [`dbdb1b2`](https://github.com/pelican-dev/panel/commit/dbdb1b24f7e6d84e785afa97b6a1c26d8c57790f) Pint - [`0a80991`](https://github.com/pelican-dev/panel/commit/0a8099183fbe87dd859a92fa134e9cb810eb630c) Did rabbit's suggestion - [`ad3648d`](https://github.com/pelican-dev/panel/commit/ad3648d4b4da68a25de551a447abca501d1dcc29) Why? Just why changing that added a space? - [`246abc2`](https://github.com/pelican-dev/panel/commit/246abc2b59455ab1f953f2d39a85aafc692367fa) Fixed a mistake on form & added Martin fixed Blade - [`e1d49c8`](https://github.com/pelican-dev/panel/commit/e1d49c838c6192d928231d9399ca476d29a06399) Forgot about this... ### 📊 Changes **4 files changed** (+269 additions, -55 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Admin/Resources/Webhooks/Pages/EditWebhookConfiguration.php` (+2 -3) 📝 `app/Filament/Admin/Resources/Webhooks/WebhookResource.php` (+1 -3) 📝 `app/Models/WebhookConfiguration.php` (+188 -25) 📝 `resources/views/filament/components/webhooksection.blade.php` (+78 -24) </details> ### 📄 Description This pull request repairs the variables such as {{allocation.id}} not working, and editing the old webhook example to match the exact one being sent on updated: Server. > Forgot to mention the discord blade --- <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:54:24 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1528