Plugin for assigning users to a topic
Go to file
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
.github/workflows DEV: Update CI workflows (#167) 2021-07-02 17:05:27 +02:00
app FIX: n+1 assignment (#205) 2021-09-15 08:24:37 +10:00
assets FIX: Allow Never selection for frequency of assigned topic reminders (#204) 2021-09-15 08:31:59 +10:00
config Update translations (#206) 2021-09-14 16:20:24 +02:00
db FEATURE: better UI for group assignments (#197) 2021-09-09 12:18:18 +10:00
jobs FIX: correct group icons and notification message (#193) 2021-08-31 08:17:43 +10:00
lib FIX: add assigned fields to suggested topic serializer (#199) 2021-09-09 16:59:06 +10:00
spec FIX: add assigned fields to suggested topic serializer (#199) 2021-09-09 16:59:06 +10:00
svg-icons FIX: correct group icons and notification message (#193) 2021-08-31 08:17:43 +10:00
test/javascripts FIX: Allow Never selection for frequency of assigned topic reminders (#204) 2021-09-15 08:31:59 +10:00
.discourse-compatibility DEV: Migrate from {{user-selector}} to {{email-group-user-chooser}} (#146) 2021-02-15 12:34:55 +03:00
.eslintrc DEV: apply coding standards (#109) 2020-09-04 13:24:23 +02:00
.gitignore DEV: Move to rubocop-discourse. 2020-05-06 17:48:30 +02:00
.prettierrc DEV: Post-release cleanup (#163) 2021-06-28 17:37:27 +02:00
.rubocop.yml DEV: Move to rubocop-discourse. 2020-05-06 17:48:30 +02:00
.template-lintrc.js DEV: Apply prettier 2020-09-09 18:41:42 +01:00
Gemfile DEV: Add RubyGems as source 2020-09-25 11:32:55 -05:00
Gemfile.lock Build(deps): Bump rexml from 3.2.4 to 3.2.5 (#155) 2021-05-02 17:09:19 +02:00
README.md Update README.md 2018-11-27 15:26:36 +11:00
package.json DEV: prettier 2.2.1 (#136) 2021-01-27 10:45:35 +01:00
plugin.rb FIX: n+1 assignment (#205) 2021-09-15 08:24:37 +10:00
translator.yml DEV: Switch from Transifex to Crowdin 2020-07-16 14:00:20 +02:00
yarn.lock Build(deps): Bump path-parse from 1.0.6 to 1.0.7 (#183) 2021-08-13 00:49:20 +02:00

README.md

Documentation

Official documentation is at:

https://meta.discourse.org/t/discourse-assign/58044