我的仪表板上出现了一个 Translation missing: en.dashboard.problem.discourse_automation 错误。
1 个赞
我删除了 discourse-automation 插件,因为它已捆绑到 Discourse 中,但我仍然遇到错误。
抱歉,您能分享一张截图吗?
您好,@techwithanirudh! ![]()
我们最近重新设计了问题检查系统,以支持更多用例,目前我们还没有机制来清除已卸载插件的通知。我们正在努力解决这个问题。
目前,您可以尝试使用以下控制台命令来清除通知:
ProblemCheckTracker.where(identifier: "discourse_automation").delete_all
AdminNotice.where(identifier: "discourse_automation").delete_all
1 个赞
cd /var/discourse
./launcher enter app
> rails c
> ProblemCheckTracker.where(identifier: "discourse_automation").delete_all
> AdminNotice.where(identifier: "discourse_automation").delete_all
> exit
> exit
我应该这样做吗?
编辑:我运行了上面的命令,问题已修复,非常感谢!
1 个赞
太棒了! ![]()
我们正在努力在用户界面中添加一个“关闭”按钮,这样您就不必从控制台进行操作了。敬请期待。 ![]()
1 个赞
