mirror of
https://github.com/discourse/discourse.git
synced 2026-08-06 13:08:40 +08:00
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.
6 lines
91 B
Ruby
Vendored
6 lines
91 B
Ruby
Vendored
# frozen_string_literal: true
|
|
|
|
Fabricator(:reviewable_claimed_topic) do
|
|
topic
|
|
user
|
|
end
|