discourse-assign/spec
Krzysztof Kotlarek 1a1dffc5e8
FEATURE: active flag for assignments (#264)
When topic is closed, we mark assignments as "inactive". Then when it is reopen and setting reassign_on_open is enabled, we bring back previous assignments.

We were already using custom fields for archive message and move to inbox. I changed custom fields solution to use active flag on Assignment model
2021-12-13 08:36:14 +01:00
..
components FEATURE: Assignment target is polymorphic (#218) 2021-10-14 09:22:29 +11: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 DEV: Fix spec (#255) 2021-11-22 16:05:15 +11:00
lib FEATURE: active flag for assignments (#264) 2021-12-13 08:36:14 +01:00
models FEATURE: Assignment target is polymorphic (#218) 2021-10-14 09:22:29 +11:00
requests FEATURE: Assignment target is polymorphic (#218) 2021-10-14 09:22:29 +11: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