mirror of
https://github.com/discourse/discourse.git
synced 2026-08-11 13:35:20 -05:00
FEATURE: Allow group moderators to close/archive topics
* FEATURE: Allow group moderators to close/archive topics
This commit is contained in:
@@ -335,7 +335,7 @@ class CategoriesController < ApplicationController
|
||||
allowed_tags: [],
|
||||
allowed_tag_groups: []
|
||||
)
|
||||
if SiteSetting.enable_category_group_review?
|
||||
if SiteSetting.enable_category_group_moderation?
|
||||
result[:reviewable_by_group_id] = Group.find_by(name: params[:reviewable_by_group_name])&.id
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user