discourse-assign/spec
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
..
components FEATURE: allow adding note when bulk assigning topics (#466) 2023-05-02 15:20:44 +05:30
fabricators FIX: Order items properly in user menu 2023-11-09 16:41:48 +01:00
integration DEV: Replace #pluck_first monkey patch with native #pick (#467) 2023-05-09 12:59:41 +08:00
jobs FIX: Display assignments in user menu properly 2023-11-08 15:26:57 +01:00
lib FEATURE: Allow to reassign to same user 2023-11-27 16:17:25 +01:00
models DEV: Rewrite post-migration in pure SQL 2023-11-15 09:50:54 +01:00
requests FIX: Display assignments in user menu properly 2023-11-08 15:26:57 +01:00
serializers DEV: Bump rubocop-discourse and correct violations (#409) 2022-12-23 19:55:31 +00:00
support DEV: Bump rubocop-discourse and correct violations (#409) 2022-12-23 19:55:31 +00:00
system DEV: Update tests for core change (#525) 2023-11-15 09:23:36 +00:00
plugin_spec.rb FIX: Display assignments in user menu properly 2023-11-08 15:26:57 +01:00