discourse/app/assets/javascripts/admin/addon
Ted Johansson 829b1bd6fd
FIX: Allow setting blank secret on an existing webhook (#33096)
We had a regression where you can no longer update an existing webhook to have a blank secret field.

The problem is the blank field will return a value of undefined, which is ignored by the store when sending the request to the back-end.

This fixes that by using the nullish coalescing operator to replace undefined with an empty string.
2025-06-11 09:53:12 +08:00
..
adapters FEATURE: Theme-owned color palettes (#32795) 2025-06-04 07:47:58 +03:00
components FIX: Allow setting blank secret on an existing webhook (#33096) 2025-06-11 09:53:12 +08:00
controllers FEATURE: Theme-owned color palettes (#32795) 2025-06-04 07:47:58 +03:00
helpers DEV: Drop legacy topic-list and raw-handlebars compilation system (#32081) 2025-04-14 10:42:40 +01:00
lib DEV: Improve site setting search ranking (#32461) 2025-04-28 16:58:27 +08:00
models FIX: Allow setting blank secret on an existing webhook (#33096) 2025-06-11 09:53:12 +08:00
routes FIX: Clicking send invites and export button on admin users page (#33121) 2025-06-10 08:44:43 +08:00
services UX: Update some delete confirmation dialogs (#33018) 2025-06-02 09:14:58 -04:00
templates UX: fix admin reports breadcrumb link (#33085) 2025-06-05 09:16:42 -04:00