Tuesday 05 April 2011 11:39:27 pm
Basically load ordering of extensions works for me (Release 4.4). The extensions are loaded in the correct order into the active extension cache, according to this article here http://doc.ez.no/eZ-Publish/Technical-manual/4.4/Installation/Extensions/Extension-load-ordering But I have a problem when it comes to property overriding, which should work when the extensions are loaded in a proper way. I have a "settings.ini" file in one of my extensions. In another extension, which is loaded afterwards, I have a "settings.ini.append.php" file, which is loaded but the settings of the "settings.ini" file have higher priority. Has anyone tried extension ordering with settings override mechanism, or does it not work at the moment? According to this issue here http://issues.ez.no/IssueView.php?Id=18075&ProjectId=3 it seems to be work in progress.
|