Metadata
- Source
- FLUID-2960
- Type
- Bug
- Priority
- Major
- Status
- Closed
- Resolution
- Fixed
- Assignee
- Justin Obara
- Reporter
- Justin Obara
- Created
2009-06-18T13:59:49.000-0400 - Updated
2009-11-13T09:15:55.000-0500 - Versions
-
- 1.1
- Fixed Versions
-
- 1.2
- Component
-
- Renderer
Description
can only have one level of nesting when using databinding
The problem lies in line 583 of fluidRenderer.js where "if" should actually be "while"
Comments
-
Justin Obara commented
2009-06-18T14:02:42.000-0400 Changed "if" to "while" on line 583. This will allow for multiple levels of nesting for databinding
-
Justin Obara commented
2009-11-13T09:15:55.000-0500 Closed as per previous comment