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
Description
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