Remove reference to Simple Google Maps module which does not have an available release compatible with Drupal 10 version

Created on 12 July 2023, 12 months ago

Problem/Motivation

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 an available release compatible with Drupal 10 version.

Steps to reproduce

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',
  ]
]);

Proposed resolution

Update template_preprocess_opigno_calendar_event() to use another field formatter instead of simple_gmap.

📌 Task
Status

Active

Version

3.1

Component

Code

Created by

🇪🇸Spain gxleano Cáceres

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024