mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Add problem check informing about admin layout deprecation (#30685)
We want to avoid surprises when we make the new admin sidebar baseline, so in addition to announcements, we're also adding a problem check that informs you if you don't have it enabled for any group yet.
This commit is contained in:
@@ -61,6 +61,7 @@ class ProblemCheck
|
||||
# Note: This list must come after the `config_accessor` declarations.
|
||||
#
|
||||
CORE_PROBLEM_CHECKS = [
|
||||
ProblemCheck::AdminSidebarDeprecation,
|
||||
ProblemCheck::BadFaviconUrl,
|
||||
ProblemCheck::EmailPollingErroredRecently,
|
||||
ProblemCheck::FacebookConfig,
|
||||
|
||||
Reference in New Issue
Block a user