Details
-
Bug
-
Resolution: Fixed
-
Critical
-
Known Issues 5.x Stack, 5.0
-
None
-
Stetind Sprint 1
Description
Due to a hardcoded index in the code used to work around EZP-20107, a notice is thrown when configuration is split over multiple files using import:
ezpublish.yml
imports: - { resource: image_variations.yml } ezpublish: siteaccess: default_siteaccess: eng list: - ezdemo_site_user - eng - ger - fre - ezdemo_site_admin
This bug makes it impossible to use imports in eZ Publish configuration files. The default setup isn't affected as it doesn't split configuration.