contao / core-bundle

[READ-ONLY] Contao Core Bundle
GNU Lesser General Public License v3.0
123 stars 58 forks source link

ContentModule: custom cssID not applied when using ModuleProxy #1715

Closed vasttobi closed 4 years ago

vasttobi commented 4 years ago

Custom cssID is set on ModuleProxy class, but gets never applied to the fragment controller. As a quick fix move line 50/51 after line 67. So the custom cssID is directly changed on the ModuleModel like the typePrefix.

https://github.com/contao/core-bundle/blob/77f9f7adb0b5bdef81e2b8afd170e410714c8e71/src/Resources/contao/elements/ContentModule.php#L50-L77

github-actions[bot] commented 4 years ago

Thank you for your contribution.

Unfortunately, you have created your issue in the wrong repository, as this is a read-only split repository. Please go to https://github.com/contao/contao and create your issue there.