Currently i am working on a website, which is made in Umbraco cms. I am facing a problem of duplicate nodes creation. If i create a node and publish that node, then a new duplicate node gets created. This duplicate node is visible after i reload all nodes. It is a multilingual website. I am attaching an image for more clear explanation.
目前我正在一个网站上工作,这个网站是在Umbraco cms里做的。我面临一个重复节点创建的问题。如果我创建一个节点并发布该节点,那么将创建一个新的重复节点。在我重新加载所有节点后,这个重复的节点是可见的。它是一个多语种网站。我附上一张图片,以得到更清楚的解释。
1 个解决方案
#1
0
If you have NOT setup multiple root nodes to handle multiple languages you should remove this file: AppCode/CopyDocumentToRelatedOnPublish.cs
from the project per the package instructions:
如果您没有设置多个根节点来处理多种语言,您应该删除该文件:AppCode/CopyDocumentToRelatedOnPublish。根据包装说明,从项目中获得cs:
http://our.umbraco.org/projects/website-utilities/multi-language-tools
http://our.umbraco.org/projects/website-utilities/multi-language-tools
That package will create duplicate content nodes.
该包将创建重复的内容节点。
#1
0
If you have NOT setup multiple root nodes to handle multiple languages you should remove this file: AppCode/CopyDocumentToRelatedOnPublish.cs
from the project per the package instructions:
如果您没有设置多个根节点来处理多种语言,您应该删除该文件:AppCode/CopyDocumentToRelatedOnPublish。根据包装说明,从项目中获得cs:
http://our.umbraco.org/projects/website-utilities/multi-language-tools
http://our.umbraco.org/projects/website-utilities/multi-language-tools
That package will create duplicate content nodes.
该包将创建重复的内容节点。