terminal42 / contao-notification_center

The most popular notification configuration extension for the Contao Open Source CMS!
64 stars 38 forks source link

Fix newsletter compatibility #289

Closed fritzmg closed 1 year ago

fritzmg commented 1 year ago

Fixes https://github.com/terminal42/contao-notification_center/issues/288

The problem is the loading order. The notification_center module might get loaded before the ContaoNewsletterBundle. This PR fixes that.