mhirdes / go_maps_ext

Google Maps Extension for TYPO3
MIT License
21 stars 31 forks source link

address / map field (TCA config) #32

Closed vajdajana closed 6 years ago

vajdajana commented 7 years ago

Hi,

I have found in the file: go_maps_ext/Configuration/TCA/tx_gomapsext_domain_model_address.php: 'map' => [ 'config' => [ 'type' => 'inline', 'foreign_table' => 'tx_gomapsext_domain_model_map', 'MM' => 'tx_gomapsext_map_address_mm', 'MM_opposite_field' => 'map', ], ], Is it OK? Or a bug? (MM_opposite_field) (https://docs.typo3.org/typo3cms/TCAReference/7.6/Reference/Columns/Select/#mm-opposite-field)

Regards, János

mhirdes commented 6 years ago

Hey. Thansks for the hint. IMO it should work, or what is your suggestion?