ItSpiderman has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/348676 )

Change subject: Remove store limit for extensions using BS.store.BSApi
......................................................................

Remove store limit for extensions using BS.store.BSApi

Needs cherry-picking to REL1_27 and REL1_23

Change-Id: Ieb4d0975d602b338fecabfabe02f1710ccc07ae0
---
M resources/bluespice.extjs/BS/store/BSApi.js
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/BlueSpiceFoundation 
refs/changes/76/348676/1

diff --git a/resources/bluespice.extjs/BS/store/BSApi.js 
b/resources/bluespice.extjs/BS/store/BSApi.js
index dd964e6..3594db8 100644
--- a/resources/bluespice.extjs/BS/store/BSApi.js
+++ b/resources/bluespice.extjs/BS/store/BSApi.js
@@ -8,7 +8,8 @@
                                type: 'ajax',
                                url: mw.util.wikiScript('api'),
                                extraParams: {
-                                       format: 'json'
+                                       format: 'json',
+                                       limit: 9999
                                },
                                reader: {
                                        type: 'json',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ieb4d0975d602b338fecabfabe02f1710ccc07ae0
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BlueSpiceFoundation
Gerrit-Branch: master
Gerrit-Owner: ItSpiderman <[email protected]>

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

Reply via email to