- Issue created by @gxleano
- Status changed to Fixed
7 days ago 8:31pm 22 January 2025 - 🇨🇦Canada joseph.olstad
https://www.drupal.org/project/simple_gmap/releases/3.1.1 →
A drupal 11 release for simple_gmap is available now.
3.x
versions of this module are marked as compatible with Drupal 10, however, it is doing reference to the Simple Google Maps module which does not have a Drupal 10 compatible version.
Go to opigno_calendar_event.module
(Line 311) and see the reference:
$prepared_view = $place->view([
'type' => 'simple_gmap',
'settings' => [
'include_map' => FALSE,
'include_link' => TRUE,
'link_text' => 'use_address',
]
]);
Update template_preprocess_opigno_calendar_event()
to use another field formatter instead of simple_gmap
.
Active
3.1
Code
https://www.drupal.org/project/simple_gmap/releases/3.1.1 →
A drupal 11 release for simple_gmap is available now.