#1 — Bogus field options appear upon toggle Object Type

by Andrew Burkhalter last modified Feb 21, 2009 09:04 PM
State Resolved
Version: 1.0a1
Area User interface
Issue type Bug
Severity Medium
Submitted by Andrew Burkhalter
Submitted on Jun 04, 2008
Responsible Andrew Burkhalter
Target release: 1.0a1
We're casting a list of options to a string which produces html like:
  '<select name="..." id="...">[\'<option value=""
           
We really want to see something like the following, which suggests that the list has been appropriately joined:
  '<select name="..." id="...">\n\t<option value="" ...
           
The above issue is presenting problems in Plone 3.0.6, which is throwing a bunch of options like the following into the select list:
  [
  '\'
  ]

For some reason Plone 3.1.x handle this issue fine.
Attached:
rsvp-kss-bug.png — PNG image, 71 kB (73105 bytes)
Added by Andrew Burkhalter on Jun 04, 2008 12:32 AM
Issue state: unconfirmedresolved
Fixed on the trunk.

No responses can be added.