mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 06:49:14 +08:00
b380ed5282
This is a feature that used to be present in discourse-assign but is much easier to implement in core. It also allows a topic to be assigned without it claiming for review and vice versa and allows it to work with category group reviewers.
7 lines
91 B
Ruby
7 lines
91 B
Ruby
# frozen_string_literal: true
|
|
|
|
Fabricator(:reviewable_claimed_topic) do
|
|
topic
|
|
user
|
|
end
|