Closed (fixed)
Project:
Leaflet More Maps
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Plan
Assigned:
Unassigned
Reporter:
Created:
15 Apr 2020 at 12:08 UTC
Updated:
25 Dec 2020 at 08:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
imiksuComment #3
karishmaamin commentedAdd core_version_requirement: ^8 || ^9 to leaflet_more_maps.info.yml to designate that the module is compatible with Drupal 9. See https://www.drupal.org/node/3070687.
Comment #4
nwom commentedIt works. Thanks!
Comment #5
viappidu commentedReviewed...
This patch was missing core_version_requirement: ^8 || ^9 in submodule leaflet_demo
Added modifications as for #3140942: Automated Drupal 9 compatibility fixes and/or #3092930: Deprecated Code Report
Modified Drupal\block\BlockBase to Drupal\Core\Block\BlockBase
Checked and it applies correctly to current -dev version.
Comment #7
japerry