Details
-
Bug
-
Resolution: Unresolved
-
Medium
-
None
-
2011.10, 2011.11, 2011.12, 2011.5, 2011.6, 2011.7, 2011.8, 2011.9, 2012.1, 4.0.7, 4.2011, 4.4.1, 4.5.0, 4.5.0alpha, 4.5.0beta1, 4.5.0beta2, 4.6 Certification, 4.6.0-dev, 4.6.0alpha1, 4.6.0beta1, extension/ezflow 2.2, extension/ezodf 2.2.4, extension/ezodf 2.3.1, extension/ezoracle 1.8.2, extension/ezwebin 1.3-3, extension/ezwebin 1.4-1, extension/ezwebin 1.5-0, 4.6.0
-
Caching, Cronjobs, Database related, Install, Language, Legacy > Extensions, Legacy > Extensions > eZ Flow, Legacy > Extensions > eZ Image Editor, Legacy > Extensions > eZ JSCore, Legacy > Extensions > eZ Survey, Legacy > Extensions > eZ Website Interface, Legacy > Packages, Misc, Notifications, Search
-
None
Description
Take settings/design.ini
There are settings like BackendCSSFileList[] that can be changed at the 3 settings/override, extension/settings and settings/siteaccess levels.
However, take ezfind.ini
There are settings like RawFilterList[] that CANNOT be overriden at the siteaccess level.
There is ONLY an extension/settings (peer / entire site) and settings/override
The alternative is to comment OUT the extension/settings like #RawFilterList[]
and thus allow a siteaccess to re-initialize, but this is NOT ideal becuase then EVERY siteaccess must have it.
PLEASE, identify ini files within an extension that do NOT have .append.php and consider then the same level as the default settings/*.ini default files.
This would preserve the 3 levels of override using extensions INI files.
Steps to reproduce
Try and override an extension/settings INI value with a siteaccess... you cannot because an extension setting take precidence over a siteaccess one.
Attachments
Issue Links
- relates to
-
EZP-19991 eZFind: RawFilterList[] ini setting overriding per siteaccess
- Closed