Closed Defcon0 closed 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:
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
Should be fixed in the master branch.
Please verify if the fix works for your use case.
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:
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