discourse/app/assets/javascripts/admin/addon
Joffrey JAFFEUX fdd4804a8d
FIX: do not overrider trigger when equals 0 (#29269)
This commit is fixing the path which sets a default value to trigger. We were doing `if (!this.model.trigger)` but `this.model.trigger` can have `0` as value, which would trigger this codepath and this codepath was setting the first value of `badgeTriggers` as a default value for trigger.
2024-10-18 08:34:34 +09:00
..
adapters FEATURE: Add Filter for Webhook Events by Status (#27332) 2024-06-07 10:26:00 -05:00
components FIX: Add back user custom field plugin outlet that was accidentally removed (#29247) 2024-10-17 13:06:55 +08:00
controllers FIX: do not overrider trigger when equals 0 (#29269) 2024-10-18 08:34:34 +09:00
helpers DEV: remap all core icons for fontawesome 6 upgrade (#28715) 2024-09-13 16:50:52 +01:00
lib DEV: Convert admin charts to glimmer/gjs (#28271) 2024-08-23 14:59:56 +02:00
mixins DEV: remap all core icons for fontawesome 6 upgrade (#28715) 2024-09-13 16:50:52 +01:00
models UX: Multiple fixes to theme card rendering (#29225) 2024-10-16 11:13:36 -05:00
routes FEATURE: Initial themes config area with grid (#28828) 2024-10-15 10:54:38 -05:00
services DEV: remap all core icons for fontawesome 6 upgrade (#28715) 2024-09-13 16:50:52 +01:00
templates FIX: Prevent focus shift when navigating the user directory (#29209) 2024-10-16 11:37:08 +08:00