#1 — Bogus field options appear upon toggle Object Type

StateResolved
Version: 1.0a1
AreaUser interface
Issue typeBug
SeverityMedium
Submitted byAndrew Burkhalter
Submitted onJun 04, 2008
Responsible Andrew Burkhalter
Target release: 1.0a1
Return to tracker
Last modified on Feb 21, 2009 by Matthew Wilkes
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, 71Kb
Added byAndrew BurkhalteronJun 04, 2008 12:32 AM
Issue state: unconfirmedresolved
Fixed on the trunk.

No responses can be added.