尝试使用可寻址模块 (silverstripe) 扩展数据对象时出错
Error when trying to extend a dataobject with addressable module (silverstripe)
我目前正在尝试使用 silverstripe 可寻址模块扩展 Place(自定义数据对象)。但是,我收到以下错误:
[User Error] collateDataFields() I noticed that a field called 'LatLngOverride' appears twice in your form: '(unknown form)'. One is a 'CheckboxField' and the other is a 'CheckboxField'
可寻址模块适用于页面 class 对象但不适用于数据对象 class。
有人知道这个错误是什么意思吗?
谢谢。
我目前正在尝试使用 silverstripe 可寻址模块扩展 Place(自定义数据对象)。但是,我收到以下错误:
[User Error] collateDataFields() I noticed that a field called 'LatLngOverride' appears twice in your form: '(unknown form)'. One is a 'CheckboxField' and the other is a 'CheckboxField'
可寻址模块适用于页面 class 对象但不适用于数据对象 class。
有人知道这个错误是什么意思吗?
谢谢。