madeyourday / contao-rocksolid-custom-elements

RockSolid Custom Elements Contao Extension
http://rocksolidthemes.com/de/contao/plugins/custom-content-elements
MIT License
48 stars 12 forks source link

Storing the RSCE templates in more than one folder causes issues #113

Closed Defcon0 closed 5 years ago

Defcon0 commented 5 years ago

Hello,

we stored our RSCE templates in subfolders for each domain we have, i.e.

vendor/acme/contao-my-bundle/src/Resources/contao/templates/domain1/elements vendor/acme/contao-my-bundle/src/Resources/contao/templates/domain2/elements

This causes strange issues:

screen

When moving all templates to one folder, i.e.

vendor/acme/contao-my-bundle/src/Resources/contao/templates/common/elements

everything works just fine.

Maybe there's a bug?

Bye Defcon0

ausi commented 5 years ago

Should be fixed in the master branch.

Please verify if the fix works for your use case.