Summary | select (enum) fields get no name - config generator broken |
Queue | Horde Framework Packages |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 3. High |
Owners | Horde Developers (at) |
Requester | thijs (at) balpol (dot) tudelft (dot) nl |
Created | 12/12/2005 (7096 days ago) |
Due | |
Updated | 12/24/2005 (7084 days ago) |
Assigned | 12/13/2005 (7095 days ago) |
Resolved | 12/14/2005 (7094 days ago) |
Milestone | |
Patch | No |
already implemented the change. Are there any further patches.
State ⇒ Resolved
described: Unable to save Horde config. I applied the patch to
lib/Horde/UI/VarRenderer/html.php and everything started working just
fine.
...thought you might like to have input from one more source.
Tx.
it for me. I do not see any other issues after patching.
I am rolling the patch into a bugfix update for the CentOS generated RPMS.
State ⇒ Feedback
composing e-mail, etc.
VarRenderer independently, though. Are you sure that was broken? And
if so, does the patch really fix it?
I have the fix committed and will roll 3.0.9 as soon as this is
confirmed. Are there any problems anyone is seeing with 3.0.8 that are
NOT fixed by applying this patch:
http://cvs.horde.org/diff.php/framework/UI/UI/VarRenderer/html.php?r1=1.98.2.12.2.1&r2=1.98.2.12.2.2&ty=u
Thanks,
-chuck
Assigned to
composing e-mail, etc.
I can confirm that the attached patch fixes both observed problems.
Platform: Fedora Core 3.
Php version: 4.3.10.
Php buildline: --with-mysql --with-dom --with-zlib --with-xml
--with-apxs2=/usr/local/apache2/bin/apxs
--prefix=/usr/local/php-apache2 --with-pg
sql --with-ldap --with-mcrypt --with-gd --with-jpeg-dir=/usr
--with-gettext --with-iconv --enable-mbstring --with-mbstring=all
--with-pear --with-openssl --with-imap --with-mcal --with-kerberos
--with-imap-ssl
Apache version: 2.0.55
I can't believe this bug got through release testing! It really does
break the configurator horribly ( ; _ ; )
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ select (enum) fields get no name - config generator broken
Queue ⇒ Horde Framework Packages
New Attachment: html.php.patch
State ⇒ Unconfirmed
framework that causes select fields to have no name (name=""), which
breaks the config generator with "There was an error in the
configuration form. Perhaps you left out a required field."
I've included a patch.
(replace $varname with $var->getVarName())