Skip to content
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.

Selecting the same field name twice results in undefined #15

Closed
gitbrent opened this issue Feb 9, 2018 · 1 comment
Closed

Selecting the same field name twice results in undefined #15

gitbrent opened this issue Feb 9, 2018 · 1 comment
Assignees
Labels
Milestone

Comments

@gitbrent
Copy link
Owner

gitbrent commented Feb 9, 2018

Defect Desc:

Ex:
This sprLib.list('Departments').getItems(['Id','Id']) or:

sprLib.list('Departments').getItems({ listCols:['Id','Id'] })
.then(arr => console.log(arr[0]))

Results:

{Id: undefined}
@gitbrent gitbrent added the bug label Feb 9, 2018
@gitbrent gitbrent added this to the 1.5.0 milestone Feb 9, 2018
@gitbrent gitbrent self-assigned this Feb 9, 2018
gitbrent pushed a commit that referenced this issue Feb 12, 2018
gitbrent pushed a commit that referenced this issue Feb 12, 2018
QUnit tested
@gitbrent
Copy link
Owner Author

Issue has been fixed.

screen shot 2018-02-11 at 18 06 48

gitbrent pushed a commit that referenced this issue Feb 15, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant