dojo.data.SimpleStore.getField doesn't handle nulls
The last part of the function checks if the value of an object property was null and does a dojo raise if it was...This should probably only throw a raise if the property doesn't exist on the object, not if the property itself has a null value..(ie use if (field in obj) to check existance)
Change History (4)
Owner: |
changed from jkuhnert to Tom Trenka
|
Owner: |
changed from Tom Trenka to jkuhnert
|
Status: |
new →
assigned
|
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
Fixed by previous revision log. (Not sure why it wasn't auto-closed).