You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.
The call to the backend with a limit of 50 results is not an issue since the response contains a link for the next page of results (if the total number of results is more than 50). More results are supposed to be loaded while scrolling. This is not happening because the the infinitescroll component in the DOM somehow gets a height of 0 which effectively disabled the scrolled callback that loads more results.
@lgayatri commented on Mon Jul 23 2018
1.4.2 RC3
@renmaosheng @reasonerjt @zjs
@reasonerjt commented on Mon Jul 23 2018
And this seems a limitation, I double checked, UI will always send a request:
https://vic-st-h2-182.eng.vmware.com:8282/projects?$limit=50&expand=true&documentType=true&$count=true
Note
limit=50
in the request, that's why the newly created projects are not shown.The text was updated successfully, but these errors were encountered: