Description
Requesting too many values on fetchZid returns the error "too many values"
E.g. See https://wikifunctions.beta.wmflabs.org/wiki/Z844, which accumulates residual implementations due to e2e tests
The implementation details are not shown because the computed wikilambdaload_zobjects call returns "too many values" error
Return:
'Too many values supplied for parameter "wikilambdaload_zids". The limit is 50.'
{
"error": {
"code": "toomanyvalues",
"info": "Too many values supplied for parameter \"wikilambdaload_zids\". The limit is 50.",
"parameter": "wikilambdaload_zids",
"limit": 50,
"lowlimit": 50,
"highlimit": 500,
"*": "See https://wikifunctions.beta.wmflabs.org/w/api.php for API usage. Subscribe to the mediawiki-api-announce mailing list at <https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/> for notice of API deprecations and breaking changes."
},
"servedby": "deployment-mediawiki11"
}Steps to reproduce:
- Go to https://wikifunctions.beta.wmflabs.org/wiki/Z844
- Observe the disconnected implementations
Completion checklist
- Before closing this task, review one by one the checklist available here: https://www.mediawiki.org/wiki/Abstract_Wikipedia_team/Definition_of_Done#Front-end_Task/Bug_Completion_Checklist

