Metadata
- Source
- FLUID-3489
- Type
- Bug
- Priority
- Major
- Status
- Closed
- Resolution
- Fixed
- Assignee
- Antranig Basman
- Reporter
- Anastasia Cheetham
- Created
2010-02-01T14:18:58.000-0500 - Updated
2011-01-20T15:17:19.650-0500 - Versions
-
- 1.1.2
- Fixed Versions
-
- 1.2
- Component
-
- Framework
Description
The new implementation of fluid.model.getPenultimate() causes fluid.model.setBeanValue() to not properly handle creating new lower-level fields in an empty model. So
var model = {};
fluid.model.setBeanValue(model, "fields.title", "new title");
doesn't work.
Comments
-
Antranig Basman commented
2010-02-01T21:02:59.000-0500 Fixed at revision 9222