[backport] discover projects lazy pagination
parent
5b252e73c0
commit
963a4c42f7
|
@ -30,7 +30,7 @@ Resource = (urlsService, http, paginateResponseService) ->
|
||||||
if !pagination
|
if !pagination
|
||||||
httpOptions = {
|
httpOptions = {
|
||||||
headers: {
|
headers: {
|
||||||
"x-disable-pagination": "1"
|
"x-lazy-pagination": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue