FLUID-3663: Protocomponent expander tries to expand UISelect array members into UIBound elements

Metadata

Source
FLUID-3663
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Anastasia Cheetham
Reporter
Antranig Basman
Created
2010-06-01T14:01:52.921-0400
Updated
2014-03-03T13:43:09.069-0500
Versions
  1. 1.2
Fixed Versions
  1. 1.3
Component
  1. Renderer

Description

For example, expanding the following tree designating a UISelect component:

var protoTree = {
"authority-history": "${fields.history}",
"contact-addressType1": {
"selection": "${fields.addressType1}",
"optionlist": ["Home", "Work"],
"optionnames": ["home", "work"]
}
};

would have "optionlist" expanded to
[{value: "Home"}, {value: "Work"}]

This representation is not accepted by the renderer - although work was done, for example, to allow UIMessage to accept a form like this as its "args".

Comments

  • Antranig Basman commented 2010-08-02T01:04:05.504-0400

    Fixed as part of integration of FLUID-3658 work into trunk at 9968