在不破坏链接完整性的情况下替换 Plone 内容项

发布于 2025-01-01 16:35:08 字数 144 浏览 0 评论 0 原文

在 Plone 站点中,我想用文件夹替换一个页面。然而,该页面有许多来自网站其他地方的传入链接。由于我使用的是按 UID 链接功能,因此如果我强制删除页面以便在其位置创建文件夹,这些链接将会中断。

将页面变成文件夹并保持所有传入链接正常工作的最佳方法是什么?

In a Plone site I have a page that I want to replace with a folder. However, this page has a number of incoming links from elsewhere in the site. Since I'm using the link-by-UID feature, these links will break if I force the deletion of the page so that I can create the folder in its place.

What is the best way to turn the page into a folder and keep all the incoming links working?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

橘味果▽酱 2025-01-08 16:35:08

我将使用 Products.contentmigrationProducts.contentmigration 。 com/plone/Products.contentmigration/blob/master/Products/contentmigration/walker.py#L11" rel="nofollow">CustomQueryWalker (尽管您必须暂时禁用链接完整性检查但它有效)。

I would use Products.contentmigration with a CustomQueryWalker (though you will have to temporarly disable the link integrity check but it works).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文