尝试使用可寻址模块 (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。

有人知道这个错误是什么意思吗?

谢谢。

对于面临这个问题的人,作者已经在最新的提交中修复了它。 https://github.com/silverstripe-australia/silverstripe-addressable/commit/2dbd6f7013561e4135850ee81999ece22ca73498