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.

Defect: The list() baseUrl option is ignored by the underlying versions query. #27

Closed
@gitbrent

Description

@gitbrent

Desc:

  • The lists() baseUrl option is ignored by the underlying versions query.

Test Case:

  • Run from: /sites/dev/
sprLib.list({ name:'Site Assets', baseUrl:'/sites/dev/sandbox' }).items({
  listCols: {
    id: {dataName: 'Id'},
    file: {dataName:'FileLeafRef', getVersions:true }
  }
})
.then(function(data){ return data; });

Result:

  • baseUrl was ignored and the current site was queried

screen shot 2018-06-28 at 19 03 31

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions