FIX: Amend broken group automatic member dialog (#31854)

When creating or editing a group, we are meant to show a dialog telling the admin how many members will be automatically added.
This commit is contained in:
Ted Johansson
2025-03-18 19:37:37 +08:00
committed by GitHub
parent fb5cdb1da4
commit 1a7303a35e
13 changed files with 219 additions and 36 deletions

View File

@ -156,6 +156,8 @@ task "javascript:update_constants" => :environment do
export const GROUP_SMTP_SSL_MODES = #{Group.smtp_ssl_modes.to_json};
export const MAX_AUTO_MEMBERSHIP_DOMAINS_LOOKUP = #{Admin::GroupsController::MAX_AUTO_MEMBERSHIP_DOMAINS_LOOKUP};
export const MAX_NOTIFICATIONS_LIMIT_PARAMS = #{NotificationsController::INDEX_LIMIT};
export const TOPIC_VISIBILITY_REASONS = #{Topic.visibility_reasons.to_json};