dev: add bootbox to deprecation warnings to admins (#25765)

This commit is contained in:
Kelv 2024-02-21 17:34:02 +08:00 committed by GitHub
parent 3e54351355
commit 0f5d5403ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ import I18n from "discourse-i18n";
// not being triggered by core or official themes/plugins.
export const CRITICAL_DEPRECATIONS = [
/^discourse.modal-controllers$/,
/^discourse.bootbox$/,
/^(?!discourse\.)/, // All unsilenced ember deprecations
];