Summary | Updating prefs that have custom on_init code broken. |
Queue | Horde Base |
Queue Version | Git develop |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | mrubinsk (at) horde (dot) org |
Created | 06/24/2012 (4761 days ago) |
Due | |
Updated | 08/29/2012 (4695 days ago) |
Assigned | |
Resolved | 06/24/2012 (4761 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit c27059c70d41c2ccac1530999b5d9f5677f6ebe9
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Sun Jun 24 17:54:00 2012 -0400
Bug: #11230Ensure on_init is run before we validate the pref value.framework/Core/lib/Horde/Core/Prefs/Ui.php | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/c27059c70d41c2ccac1530999b5d9f5677f6ebe9
Taken from Michael Slusarz
State ⇒ Resolved
commit c27059c70d41c2ccac1530999b5d9f5677f6ebe9
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Sun Jun 24 17:54:00 2012 -0400
Bug: #11230Ensure on_init is run before we validate the pref value.framework/Core/lib/Horde/Core/Prefs/Ui.php | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/c27059c70d41c2ccac1530999b5d9f5677f6ebe9
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Assigned to Michael Slusarz
Queue ⇒ Horde Base
Summary ⇒ Updating prefs that have custom on_init code broken.
Type ⇒ Bug
State ⇒ Assigned
acceptable values in the on_init anonymous function in
config/prefs.php - the enum values are not available in
Horde_Core_Prefs_Ui::_handleForm when the validation is done. This
leads to it being impossible to update such preferences.
To test, try updating either turba's or kronolith's syncronization prefs.