FEATURE: Allow group moderators to close/archive topics

* FEATURE: Allow group moderators to close/archive topics
This commit is contained in:
jbrw
2020-07-14 12:36:19 -04:00
committed by GitHub
parent cc6d722de1
commit 06073fe8c6
31 changed files with 215 additions and 38 deletions
+1 -1
View File
@@ -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