|
|
|
Issue Links:
|
Dependency
|
|
|
|
This issue will be resolved by:
|
|
MDL-6440
Add serialize/deserialize to admin_settings class
|
|
|
|
|
|
|
The handling of default values in output_html() is broken for most admin_setting subclasses. The problem manifests itself in upgradesettings.php script, the default values are not displayed there which is a showstopper for upgrades from pre 1.7 releases.
I will commit partial patch today, please review the changes and fix the rest of classes. This bug is related to MDL-6440 .
|
|
Description
|
The handling of default values in output_html() is broken for most admin_setting subclasses. The problem manifests itself in upgradesettings.php script, the default values are not displayed there which is a showstopper for upgrades from pre 1.7 releases.
I will commit partial patch today, please review the changes and fix the rest of classes. This bug is related to MDL-6440 . |
Show » |
|