dojo.data.ObjectStore compatible with the old labelAttribute
The dojox.data.ServiceStore? uses labelAttribute to setup the visible label for any store user that may need this (select), but the ObjectStore? uses the labelProperty instead.
This may be due to a name change in future dojo code, but it may be smart to make ObejctStore? accept both names in the constructor, to keep it compatible with the past stores. Maybe it may even write a note in the console log, but this ends up making it harder to switch from one store to another.
Change History (3)
Owner: |
changed from Jared Jurkiewicz to Kris Zyp
|
Resolution: |
→ fixed
|
Status: |
new →
closed
|
Milestone: |
→ 1.8
|
Version: |
→ 1.7.0
|
In [29039]: