#16016 closed defect (fixed)
Wild data binding happens with a wrong model if wildcard is specified before specific properties
Reported by: | Akira Sudoh | Owned by: | Ed Chatelain |
---|---|---|---|
Priority: | high | Milestone: | 1.8.2 |
Component: | DojoX MVC | Version: | 1.8.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Wild data binding happens with a wrong model if wildcard is specified before specific properties. For example, properties except prop0 (say, prop1, prop2...) should be bound with modelwild in below example, but ends up with bound with modelnowild.
<div data-dojo-type="the/widget" data-dojo-props="'*': at(modelwild, '*'), prop0: at(modelnowild, 'prop0')"></div>
Fix and test case attached.
Attachments (1)
Change History (5)
Changed 10 years ago by
Attachment: | mvcwildcardfix.patch added |
---|
comment:1 Changed 10 years ago by
Priority: | undecided → high |
---|---|
Status: | new → assigned |
comment:4 Changed 10 years ago by
Milestone: | tbd → 1.8.2 |
---|
Note: See
TracTickets for help on using
tickets.
Test case and fix.