Skip to content
This repository has been 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 opened this issue Jun 29, 2018 · 0 comments
Assignees
Labels
Milestone

Comments

@gitbrent
Copy link
Owner

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

@gitbrent gitbrent added the bug label Jun 29, 2018
@gitbrent gitbrent added this to the 1.8.0 milestone Jun 29, 2018
@gitbrent gitbrent self-assigned this Jun 29, 2018
gitbrent added a commit that referenced this issue Jun 29, 2018
gitbrent added a commit that referenced this issue Jun 29, 2018
gitbrent added a commit that referenced this issue Jun 29, 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