Details
-
Bug
-
Resolution: Fixed
-
None
-
Critical
-
Remove a internal function using the system configuration in an incomplete way.
-
Empty show more show less
Description
problem
The method \ZfExtended_Models_Config::loadListByNamePart must be removed and replaced by proper config usage.
The problem is, that the method loads a value directly from the DB, which is not respecting that a value might be overwritten by ini.
solution
Use proper config usage, loading all configs including the merged ini values.