[PR #1516] [MERGED] Fixed not working variables on DiscordWebhooks and headers. #1428

Closed
opened 2026-02-05 18:13:39 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1516
Author: @JoanFo1456
Created: 7/12/2025
Status: Merged
Merged: 8/1/2025
Merged by: @lancepioch

Base: mainHead: fix/Webhooks


📝 Commits (10+)

  • 96135aa This was Webhooks issue...
  • b2bdaf9 Repaired headers, test not working on standalone, reset headers for standalone and variable replacing on headers.
  • 8e295e6 Merge branch 'pelican-dev:main' into fix/Webhooks
  • e64ba28 Removed activeUrl to allow invalid url.
  • d45b69d Removed hardcoded headers as now are being added by default on UI and "reset" exists.
  • a3a8cb4 Merge branch 'main' into fix/Webhooks
  • 04934bf Merge branch 'main' into fix/Webhooks
  • b0cc4af Merge branch 'main' into fix/Webhooks
  • bad09dc Merge branch 'pelican-dev:main' into fix/Webhooks
  • 2fe05f0 Force-push to undo changes and did Boy suggestions.

📊 Changes

5 files changed (+42 additions, -23 deletions)

View changed files

📝 app/Filament/Admin/Resources/WebhookResource.php (+15 -15)
📝 app/Filament/Admin/Resources/WebhookResource/Pages/CreateWebhookConfiguration.php (+11 -0)
📝 app/Filament/Admin/Resources/WebhookResource/Pages/EditWebhookConfiguration.php (+6 -0)
📝 app/Jobs/ProcessWebhook.php (+9 -8)
📝 lang/en/admin/webhook.php (+1 -0)

📄 Description

Without comments...


🔄 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/1516 **Author:** [@JoanFo1456](https://github.com/JoanFo1456) **Created:** 7/12/2025 **Status:** ✅ Merged **Merged:** 8/1/2025 **Merged by:** [@lancepioch](https://github.com/lancepioch) **Base:** `main` ← **Head:** `fix/Webhooks` --- ### 📝 Commits (10+) - [`96135aa`](https://github.com/pelican-dev/panel/commit/96135aab463692ef48c8e01466a4f00933f8f743) This was Webhooks issue... - [`b2bdaf9`](https://github.com/pelican-dev/panel/commit/b2bdaf9facf9f6640e9f9e4421b0700174e1ddeb) Repaired headers, test not working on standalone, reset headers for standalone and variable replacing on headers. - [`8e295e6`](https://github.com/pelican-dev/panel/commit/8e295e65f24f32532c4d4df787bc58966670b30d) Merge branch 'pelican-dev:main' into fix/Webhooks - [`e64ba28`](https://github.com/pelican-dev/panel/commit/e64ba28ce4e8517ae71103c438646a2f408102ce) Removed activeUrl to allow invalid url. - [`d45b69d`](https://github.com/pelican-dev/panel/commit/d45b69d1166e840e105a869e4e528de6d29a10c8) Removed hardcoded headers as now are being added by default on UI and "reset" exists. - [`a3a8cb4`](https://github.com/pelican-dev/panel/commit/a3a8cb499bf51eede01259a139232c5b0bbfbb52) Merge branch 'main' into fix/Webhooks - [`04934bf`](https://github.com/pelican-dev/panel/commit/04934bf01a6bb6469f3290ed411255bdbfb35908) Merge branch 'main' into fix/Webhooks - [`b0cc4af`](https://github.com/pelican-dev/panel/commit/b0cc4afe14caf3605b364216d4198c8622282262) Merge branch 'main' into fix/Webhooks - [`bad09dc`](https://github.com/pelican-dev/panel/commit/bad09dc48a6d9d1653a901ad0007731d4e367a3a) Merge branch 'pelican-dev:main' into fix/Webhooks - [`2fe05f0`](https://github.com/pelican-dev/panel/commit/2fe05f0f817a225474046d1cff67976926934593) Force-push to undo changes and did Boy suggestions. ### 📊 Changes **5 files changed** (+42 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Admin/Resources/WebhookResource.php` (+15 -15) 📝 `app/Filament/Admin/Resources/WebhookResource/Pages/CreateWebhookConfiguration.php` (+11 -0) 📝 `app/Filament/Admin/Resources/WebhookResource/Pages/EditWebhookConfiguration.php` (+6 -0) 📝 `app/Jobs/ProcessWebhook.php` (+9 -8) 📝 `lang/en/admin/webhook.php` (+1 -0) </details> ### 📄 Description Without comments... --- <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 18:13:39 +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#1428