discourse-assign/spec/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
assigner_spec.rb FEATURE: Allow to reassign to same user 2023-11-27 16:17:25 +01:00
pending_assigns_reminder_spec.rb DEV: Update ruby linting (#518) 2023-10-20 17:04:03 +02:00
random_assign_utils_spec.rb FEATURE: Allow to reassign to same user 2023-11-27 16:17:25 +01:00
topic_query_spec.rb DEV: Apply syntax_tree formatting 2022-07-27 13:48:51 -03:00