discourse-assign/lib
Loïc Guitaut cac9a763dd FEATURE: Allow to reassign to same user
Currently, when only one user is available for the random auto-assign
and if that user was already assigned, then the assign will fail.

This patch addresses this issue by allowing to reassign a user who’s
already assigned. A new parameter (`allow_self_reassign`) has been added
to `Assigner#assign` with a default value of `false`.
2023-11-27 16:17:25 +01:00
..
discourse_assign FIX: Display assignments in user menu properly 2023-11-08 15:26:57 +01:00
validators FEATURE: Assign Status (#363) 2022-08-04 14:50:18 -03:00
assigner.rb FEATURE: Allow to reassign to same user 2023-11-27 16:17:25 +01:00
pending_assigns_reminder.rb DEV: Fix a core deprecation (#504) 2023-08-28 10:02:29 +02:00
random_assign_utils.rb FEATURE: Allow to reassign to same user 2023-11-27 16:17:25 +01:00
topic_assigner.rb DEV: Apply syntax_tree formatting 2022-07-27 13:48:51 -03:00