discourse-assign/spec
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
..
components FIX: don't display inactive assignments (#283) 2022-01-19 22:20:21 +01:00
db/post_migrate FEATURE: Assignment target is polymorphic (#218) 2021-10-14 09:22:29 +11:00
fabricators FEATURE: Trigger webhook when assigning and unassigning topics (#61) 2020-03-06 11:57:46 -07:00
integration FEATURE: active flag for assignments (#264) 2021-12-13 08:36:14 +01:00
jobs FIX: better group assign message (#287) 2022-01-30 23:42:44 +01:00
lib FIX: Exclude inactive assigns from assigned_total count (#288) 2022-01-31 15:26:58 -05:00
models FEATURE: Assignment target is polymorphic (#218) 2021-10-14 09:22:29 +11:00
requests FIX: Count and show only active assignments (#286) 2022-01-28 11:07:42 +02:00
serializers FEATURE: active flag for assignments (#264) 2021-12-13 08:36:14 +01:00
support FEATURE: new assignable group option instead of messageable (#195) 2021-09-08 10:30:13 +10:00
plugin_spec.rb FEATURE: Assignment target is polymorphic (#218) 2021-10-14 09:22:29 +11:00