Remove reference to Simple Google Maps module which does not have compatibility with Drupal 10

Created on 12 July 2023, over 1 year ago

Problem/Motivation

3.x versions of this module are marked as compatible with Drupal 10, however, the .install file is referencing the Simple Google Maps module which does not have a Drupal 10 compatible version.

Steps to reproduce

Go to the opigno_calendar.install (line 21)

// Enable <code>simple_gmap module.
if (!\Drupal::moduleHandler()->moduleExists('simple_gmap')) {
\Drupal::service('module_installer')->install(['simple_gmap']);
}

Proposed resolution

Remove the reference to Simple Google Maps module to the .install file.

📌 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.71.5 2024