缺少翻译:en.dashboard.problem.discourse_automation

您好,@techwithanirudh:wave:

我们最近重新设计了问题检查系统,以支持更多用例,目前我们还没有机制来清除已卸载插件的通知。我们正在努力解决这个问题。

目前,您可以尝试使用以下控制台命令来清除通知:

ProblemCheckTracker.where(identifier: "discourse_automation").delete_all
AdminNotice.where(identifier: "discourse_automation").delete_all
1 个赞