简体   繁体   English

Neos CMS 7:新创建的节点在文档树中消失,直到清除缓存

[英]Neos CMS 7: Newly created node disappears in the document tree until cache cleared

Is the document tree cached in the Neos CMS backend?文档树是否缓存在 Neos CMS 后端? I have created two pages under "Home": "Neos CMS" and "Blog" and they are displayed correctly in the main menu of the page preview, but when I click on one of the two page nodes in the document tree, the "Blog" node disappears in the document tree.我在“主页”下创建了两个页面:“Neos CMS”和“博客”,它们在页面预览的主菜单中正确显示,但是当我单击文档树中的两个页面节点之一时,“博客”节点在文档树中消失。 Only when I click on the "Home" node or the tree refresh button, the "Blog" node temporarily reappears.只有当我点击“主页”节点或树形刷新按钮时,“博客”节点才会暂时重新出现。 When flushing the cache via CLI command ./flow flow:cache:flush the node becomes permanently visible.当通过 CLI 命令./flow flow:cache:flush时,节点将永久可见。

This behavior is browser independent;此行为与浏览器无关; normally I use Firefox, just now I used Vivaldi with default settings.通常我使用 Firefox,刚才我使用默认设置的 Vivaldi。

I used the CodeQ Skeleton as the base distribution, but others have confirmed the behavior for the official Neos Base Distribution as well.我使用CodeQ Skeleton作为基础发行版,但其他人也确认了官方Neos 基础发行版的行为。

I can provide a bash script that builds up a Neos instance for repeating reproduction of this behaviour.我可以提供一个 bash 脚本,该脚本构建一个 Neos 实例以重复再现此行为。

Just for reference here is the link to the Github issue https://github.com/neos/neos-ui/issues/3248仅供参考,这里是 Github 问题的链接https://github.com/neos/neos-ui/issues/3248

Best would be to reproduce the issue without the Skeleton Package. I'm not aware of anything in the cache that should influence the document tree.最好是在没有骨架 Package 的情况下重现该问题。我不知道缓存中的任何内容会影响文档树。 Maybe it's another plugin installed with the Skeleton distribution.也许它是与 Skeleton 发行版一起安装的另一个插件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM