discourse-assign/test/javascripts/acceptance
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
..
assign-disabled-test.js.es6 FEATURE: improve blank page syndrome (#187) 2021-08-25 19:51:45 +04:00
assign-enabled-test.js.es6 FIX: Allow Never selection for frequency of assigned topic reminders (#204) 2021-09-15 08:31:59 +10:00
assigned-topic-test.js.es6 FIX: correct group icons and notification message (#193) 2021-08-31 08:17:43 +10:00
category-test.js.es6 FIX: Hide Unassigned if user doesn't have access (#179) 2021-07-30 20:58:39 +02:00
group-assignments-test.js.es6 DEV: add a prefix with the plugin name to spec names (#180) 2021-07-30 22:39:38 +04:00
quick-access-assignments-test.js.es6 DEV: add a prefix with the plugin name to spec names (#180) 2021-07-30 22:39:38 +04:00
search-full-test.js.es6 DEV: add a prefix with the plugin name to spec names (#180) 2021-07-30 22:39:38 +04:00
user-assignments-list.js.es6 FEATURE: improve blank page syndrome (#187) 2021-08-25 19:51:45 +04:00