[5.0 beta] Showing partial list of groups in account [RESOLVED]
There are currently 46 groups associated with my main account, but the Choose Libraries popup only shows 25 of them, plus the default "My Library & Feeds" and "My Publications" items.
It looks like the cause is an implicit limit imposed by the API. If I run the API call generated in
I guess it needs to be doing iterative paging?
It looks like the cause is an implicit limit imposed by the API. If I run the API call generated in
Zotero.Sync.APIClient.getGroups
with curl
, I also get a return of 25 items; but if ?limit=100
is set on the call, I get the full set of 46 groups.I guess it needs to be doing iterative paging?
-
dstillmanThanks — should be fixed in the latest build, 153, available in a few minutes.
-
fbennettGreat! Merged the change, and it works splendidly. Thanks!