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

Created on 12 July 2023, over 1 year ago
Updated 27 May 2024, 6 months 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 an available release compatible with Drupal 10 version.

Steps to reproduce

Go to the opigno_calendar.install (line 21)

// Enable 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