Details
-
Bug
-
Resolution: Fixed
-
High
-
2014.05, 5.3.2
Description
Some array settings like custom xsl files cannot be defined in default scope with semantic configuration. This forces bundle developers who relies these kind of settings to provide additional installation steps (e.g. for TagsBundle).
Workaround is to implement a compiler pass that does the job (e.g. EmbedTagBundle, but it still doesn't use semantic config validation and proper processing/mapping.
This is due to default scope not being considered as a siteaccess when merging values across scopes.
For 5.3 / 2014.05, problem resides in AbstractParser
For 5.4 / master, see Contextualizer
Currently blocks EZP-23014