discourse-assign/lib
jbrw 44dd73e151
FIX: Exclude inactive assigns from assigned_total count (#288)
If `SiteSetting.unassign_on_close` is enabled, an Assignment record can still exist, but be set to inactive, when a Topic is closed.

Inactivement Assignments should be ignored when comparing to the maximum number of assigned topics.
2022-01-31 15:26:58 -05:00
..
discourse_assign FEATURE: active flag for assignments (#264) 2021-12-13 08:36:14 +01:00
assigner.rb FIX: Exclude inactive assigns from assigned_total count (#288) 2022-01-31 15:26:58 -05:00
pending_assigns_reminder.rb FIX: Only active assigns should be included in reminders (#281) 2022-01-14 15:23:29 -05:00
random_assign_utils.rb FIX: Refactor assign / reassign to combine logic (#250) 2021-12-02 13:12:00 -06:00
topic_assigner.rb FIX: deprecate TopicAssigner (#221) 2021-10-27 15:42:51 +11:00