Ticket #2532501 (closed defect)
Reporter Todd Smith |
Opened: 07/11/12 Last modified: 05/8/13 Status: closed Type: defect Resolution: expired |
Owner Anthony Pipkin |
Target Release: 3.CURRENT.NEXT Priority: P3 (normal) |
|---|---|---|---|
| Summary: | Duplicate records when data contains "id" member aren't rendered | ||
| Description: | If a data set contains a field member name "id", during rendering, if there are non-unique rows containing "id" they are discarded repro example: http://jsfiddle.net/blunderalong/Erug9/1/ Maybe a ModelList related thing ? Discovered this one while trying to help on http://yuilibrary.com/forum/viewtopic.php?p=33681#p33681 |
||
| Type: | defect | Observed in Version: | development master |
| Component: | DataTable | Severity: | S3 (normal) |
| Assigned To: | Anthony Pipkin | Target Release: | 3.CURRENT.NEXT |
| Location: | Library Code | Priority: | P3 (normal) |
| Tags: | Relates To: | ||
| Browsers: | All | ||
| URL: | |||
| Test Information: | |||
Change History
|
Posted: 10/29/12
|
|
Posted: 12/19/12
It does smell like a ModelList thing, yeah. |
|
Posted: 01/28/13
|
|
Posted: 01/28/13
|
|
Posted: 03/22/13
|
|
Posted: 03/22/13
|
|
Posted: 05/8/13
Migrated to https://github.com/yui/yui3/issues/713. |
This issue exists in YUI 3.7.2 also, are there any plans to fix, or to update the docs to warn the user that "id" has special meaning and to avoid having it in the datasource schema.