[TIMOB-5571] MobileWeb: need to hide other TableViewRow right marks when showing new marks
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Low |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2011-09-07T05:40:35.000+0000 |
| Affected Version/s | Release 1.7.0 |
| Fix Version/s | Release 1.7.2 |
| Components | MobileWeb |
| Labels | n/a |
| Reporter | Andrew Kulinich |
| Assignee | Andrew Kulinich |
| Created | 2011-09-07T04:12:40.000+0000 |
| Updated | 2017-03-03T23:33:14.000+0000 |
Description
Code:
row.hasDetail = true; // 1
row.hasChild = true; // 2
row.hasCheck = true; // 3
row.hasCheck = false; // 4
row.hasDetail = true; // 5
Expected behaviour:
Closing ticket as MobileWeb is no longer supported.