[commits] Horde branch master updated. 95f5422892094c3d1d703298e4cd826df1921f69
Jan Schneider
jan at horde.org
Tue Mar 14 16:29:23 UTC 2017
The branch "master" has been updated.
The following is a summary of the commits.
from: 9bfa6fe48907a592aec199c021d28a465a911406
95f5422 Workaround hidden read-only fields not being detected during form submission.
Summary: http://github.com/horde/horde/compare/9bfa6fe48907a592aec199c021d28a465a911406...95f5422892094c3d1d703298e4cd826df1921f69
-----------------------------------------------------------------------
commit 95f5422892094c3d1d703298e4cd826df1921f69
Author: Jan Schneider <jan at horde.org>
Date: Tue Mar 14 17:25:18 2017 +0100
Workaround hidden read-only fields not being detected during form submission.
Setting hidden fields to read-only doesn't make any sense because they are always read-only. The problem is that read-only fields are not set as expected when submitting forms and thus their values no longer considered since the recent changes. This breaks forms e.g. in Whups that had hidden fields set to read-only and required at the same time. Workaround this to maintain BC until this is fixed properly.
framework/Form/lib/Horde/Form.php | 3 +++
framework/Form/lib/Horde/Form/Renderer.php | 5 ++++-
2 files changed, 7 insertions(+), 1 deletion(-)
http://github.com/horde/horde/commit/95f5422892094c3d1d703298e4cd826df1921f69
More information about the commits
mailing list