启用国际化时 Nodereference 为空
我刚刚启用了翻译模块和 i18n 模块。我的一种内容类型有一个节点引用字段,翻译页面后,节点引用下拉列表为空。它适用于英语(默认语言),但不适用于其他语言。
I just enabled the translation module and the i18n module. One of my content types has a node reference field, and after translating the page, the node reference dropdown is empty. It works fine for English (default lang) but no other languages.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
nodereference 将仅引用相同语言的节点。您必须使用其他语言创建节点,以便您的领域可以访问它们。
nodereference will only refer to nodes of the same language. You must create nodes in the other languages in order to make them accessible to your field.