jweiland-net / maps2

This TYPO3 extension enables you to implement Google Maps on your website.
GNU General Public License v2.0
13 stars 16 forks source link

[TYPO3 10] Problems with settings from Flexforms (e.g. mapWidth and mapHeight) #244

Closed Kephson closed 2 years ago

Kephson commented 2 years ago

Hello Stefan, we found some Problems in TYPO3 10.4 with the settings in the Plugin via FlexForms: All the fields repeated in the different FlexForms configured in backend will use the value only from one of the FlexForms. To explain it in detail:

I think the variables will be overwritten in $this->settings in Controller. If you need some more information please contact me.

froemken commented 2 years ago

Good morning @Kephson

thank you for your help. I just see that I have forgotten to rename FlexForm sheet sDEFAULT for plugin citymap and searchwithinradius to sDEF 2 or 3 years ago.

Please execute UpgradeWizard to update tt_content records with duplicate settings!!!

I have solved this issue on dev-master already and backported it also for version 9.3 (TYPO3 9 and 10 compatibility). You will find the new version at composer and TER.

Have a cool start into this new week

Stefan

Kephson commented 2 years ago

Hello Stefan, thanks for your work and your feedback!