Skip to content
This repository was archived by the owner on Jan 18, 2021. It is now read-only.
This repository was 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

Description

@gitbrent

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}

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions