FEATURE: Add message to bulk close topics (#26535)

This will allow you to type a single message when bulk closing topics
that will be applied to every topic, that way they all have the same
message.
This commit is contained in:
Blake Erickson
2024-04-05 14:56:52 -06:00
committed by GitHub
parent 570e3f7a1a
commit 8da49b5664
7 changed files with 65 additions and 2 deletions

View File

@@ -1010,6 +1010,7 @@ class TopicsController < ApplicationController
:group,
:category_id,
:notification_level_id,
:message,
*DiscoursePluginRegistry.permitted_bulk_action_parameters,
tags: [],
)