You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After updating a website to version Craft 4.4, I have since not been able to update the field mapping settings for a feed that is updating an section containing a Google Map field.
Outside of dev/debug mode, the save action fails silently with changes made to the field mappings being discarded without feedback.
On development I receive a twig runtime error:
Key "handle" for array with keys "label, width, position" does not exist.
originally loaded @ ./vendor/craftcms/feed-me/src/fields/GoogleMaps.php:58
loading the 'google-maps-before-4-3' template restores service
Blame trace leads us to a change made in 5.1.0
// ./vendor/craftcms/feed-me/src/fields/GoogleMaps.php
// If earlier than Google Maps v4.3, return old version of the template
if ($pre43) {
return 'feed-me/_includes/fields/google-maps-before-4-3';
}
// By default, return the modern version of the template
return 'feed-me/_includes/fields/google-maps';
Fields affected:
'addresses'
Super table with nested Google Map
'address'
Google map field
Steps to reproduce
On development env only (see description for silent fail outside of dev mode)
Navigate to feed field mappings for feed
Observe error
Additional info
Craft version: 4.8.3
PHP version: 8.1.14
Database driver & version: MySQL 5.7
Plugins & versions:
Craft 4.8.3
Google Maps 4.4.0
Feed Me 5.4.0
Super Table 3.0.12
The text was updated successfully, but these errors were encountered:
Description
After updating a website to version Craft 4.4, I have since not been able to update the field mapping settings for a feed that is updating an section containing a Google Map field.
Outside of dev/debug mode, the save action fails silently with changes made to the field mappings being discarded without feedback.
On development I receive a twig runtime error:
Fields affected:
Steps to reproduce
Additional info
The text was updated successfully, but these errors were encountered: