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…
Reference in New Issue