discourse-assign/test/javascripts
Martin Brennan 5f7adcc786
FIX: Allow Never selection for frequency of assigned topic reminders (#204)
If the user selected Never for their frequency of assigned topic
reminder PMs, the option automatically set back to the default
value (Monthly) because of the user of the `or` computed helper,
which considered the 0 value of Never to be falsey.

This is the same problem that occurred in core which was fixed by
d3779d4cf7

We need to be careful around using the `or` helper if any of the
options could be considered falsey.
2021-09-15 08:31:59 +10:00
..
acceptance FIX: Allow Never selection for frequency of assigned topic reminders (#204) 2021-09-15 08:31:59 +10:00
components FEATURE: better UI for group assignments (#197) 2021-09-09 12:18:18 +10:00
fixtures FEATURE: Assign to group (#182) 2021-08-27 09:25:38 +10:00