menatwork / syncCto

Contao Extension :: Synchronize multiple contao installations with each other
https://packagist.org/packages/menatwork/synccto
25 stars 14 forks source link

fix loading order #301

Closed frontendschlampe closed 3 years ago

frontendschlampe commented 3 years ago

to be compatible with contao/manager-plugin 2.10.x

/cc @discordier

discordier commented 3 years ago

Background: the manager-plugin now really enforces the loading order of bundles and hence every extension that did not provide correct information will most likely break then. This change in behavior was necessary as some constellations of bundles could break Contao entirely due to randomly changing bundle loading order. Now the only thing that counts is the information from "loadAfter.

frontendschlampe commented 3 years ago

@stefanheimes could you check and merge the PR? Please.