#1 — Bogus field options appear upon toggle Object Type
| 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 |
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.
'<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.
Added byAndrew BurkhalteronJun 04, 2008 12:32 AM
Fixed on the trunk.
Issue state:
unconfirmed
→
resolved
No responses can be added.
If you can, please log in before submitting a reaction.
rsvp-kss-bug.png