mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 20:08:26 +00:00
dev: add bootbox to deprecation warnings to admins (#25765)
This commit is contained in:
parent
3e54351355
commit
0f5d5403ea
@ -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
|
||||
];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user