Jdlrobson has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/201355

Change subject: Up limit of collections listed in overlay
......................................................................

Up limit of collections listed in overlay

Change-Id: I1bfa3e6c7de573c2e05cf338746d6d7a7d634599
---
M resources/ext.gather.watchstar/CollectionsApi.js
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Gather 
refs/changes/55/201355/1

diff --git a/resources/ext.gather.watchstar/CollectionsApi.js 
b/resources/ext.gather.watchstar/CollectionsApi.js
index f9c2f31..0a11c8b 100644
--- a/resources/ext.gather.watchstar/CollectionsApi.js
+++ b/resources/ext.gather.watchstar/CollectionsApi.js
@@ -98,6 +98,7 @@
                        var args = $.extend( {}, queryArgs || {}, {
                                action: 'query',
                                list: 'lists',
+                               lstlimit: 50,
                                lsttitle: page.getTitle(),
                                lstprop: 'label|description|public|image|count',
                                lstowner: owner

-- 
To view, visit https://gerrit.wikimedia.org/r/201355
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1bfa3e6c7de573c2e05cf338746d6d7a7d634599
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Gather
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to