discourse/app/assets/javascripts/admin/addon/controllers/admin-badges
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
..
award.js DEV: Use the "new" service import (#26059) 2024-03-06 18:05:11 +01:00
index.js DEV: Sort imports 2023-10-10 21:46:54 +01:00
show.js FIX: do not overrider trigger when equals 0 (#29269) 2024-10-18 08:34:34 +09:00