localgovdrupal / localgov_events

Events for LocalGov Drupal.
GNU General Public License v2.0
1 stars 0 forks source link

Use the simple_sitemap.entity_manager service rather than simple_sitemap.generator #111

Closed stephen-cox closed 1 year ago

stephen-cox commented 1 year ago

With the upgrade to Simple Sitemap 4 (https://github.com/localgovdrupal/localgov/pull/562) calls to the simple_sitemap.generator service fail.

This needs to be updated to use the simple_sitemap.entity_manager service:

https://github.com/localgovdrupal/localgov_events/blob/6503d636e155993187f1d121ef6a4fd68554dc2d/localgov_events.install#LL42C63-L42C63