[TIMOB-97] TableView update bug
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:51:58.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 0.7.0 |
Components | iOS |
Labels | n/a |
Reporter | Nolan Wright |
Assignee | Blain Hamon |
Created | 2011-04-15T02:23:37.000+0000 |
Updated | 2011-04-17T01:51:58.000+0000 |
Description
If you create a table view using the 'title' attribute, then update a row using the 'html' attribute, you cannot then update the row again using a 'title' attribute
Updated the tableView data to properly flush out any items that are missing in the new data. IE, the entire object's replaced, not merged.