[commits] Horde branch master updated. 1506e58b32fb3732de09605a833ef32aa2260657
Michael J. Rubinsky
mrubinsk at horde.org
Wed Jan 23 00:52:21 UTC 2013
The branch "master" has been updated.
The following is a summary of the commits.
from: add34d7649b5f817eb0c5d39048a2506d7cf0411
1506e58 Revert "Allow Horde_Form_Type_boolean to accept hidden true or false values"
-----------------------------------------------------------------------
commit 1506e58b32fb3732de09605a833ef32aa2260657
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Tue Jan 22 19:46:44 2013 -0500
Revert "Allow Horde_Form_Type_boolean to accept hidden true or false values"
This reverts commit 5e1ee9cda6b078839da2a24348b8198b5c8a9064.
This breaks Horde_Form being able to uncheck a checkbox that is currently
checked since $var->getValue() returns the "default" value if the value is
not sent in the form post. For boolean types, this is a obviously a boolean value
so is_boolean will ALWAYS be true in this case.
This fixes, e.g., not being able to unset boolean type permissions in the
permissios UI.
framework/Form/lib/Horde/Form/Type.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/1506e58b32fb3732de09605a833ef32aa2260657
More information about the commits
mailing list