discourse/app/assets/javascripts/admin/addon/components/admin-config-areas
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
..
about.gjs DEV: Have about page extra groups depend on groups selected (#33095) 2025-06-06 11:25:59 +08:00
api-keys-list.gjs DEV: Bump linting dependencies and fix violations (#32682) 2025-05-12 14:14:07 +01:00
api-keys-new.gjs DEV: Move admin only constants into admin bundle (#32141) 2025-04-03 14:28:36 +08:00
api-keys-show.gjs DEV: Convert admin API keys to conform to UI guidelines (#30660) 2025-01-09 10:57:40 +08:00
color-palette.gjs FEATURE: Theme-owned color palettes (#32795) 2025-06-04 07:47:58 +03:00
color-palettes.gjs UX: Various improvements to the new color palette page (#32597) 2025-05-07 17:53:50 +03:00
components.gjs UX: Add subheader to admin themes page (#32987) 2025-06-04 09:43:55 +08:00
emojis-list.gjs DEV: add btn-default classes to buttons using default styling (#31039) 2025-01-28 15:40:34 -05:00
emojis-new.gjs DEV: Move admin config pages out of /customize/ sub-route (#30511) 2025-01-02 09:13:11 +10:00
flags.gjs DEV: Simplify "Admin Flags Page" system test to reduce runtime duration (#32431) 2025-04-24 15:47:22 +08:00
themes.gjs UX: Add subheader to admin themes page (#32987) 2025-06-04 09:43:55 +08:00
user-fields-list.gjs UX: Update some delete confirmation dialogs (#33018) 2025-06-02 09:14:58 -04:00
webhooks-form.gjs FIX: Allow setting blank secret on an existing webhook (#33096) 2025-06-11 09:53:12 +08:00
webhooks-list.gjs Admin webhooks UI guidelines (#30764) 2025-01-16 10:22:18 +08:00