Quantcast
Channel: jQuery Library for SharePoint Web Services
Viewing all articles
Browse latest Browse all 6517

Edited Issue: First 2 arguments for the of addToPayload method for the GetTermSets are incorrect [10177]

$
0
0
The first 2 arguments of addToPayload method for the GetTermSets are incorrect.

Currently, it is.
case "GetTermSets":
addToPayload(opt, ["sharedServiceId", "termSetId", "lcid", "clientTimeStamps", "clientVersions"]);

But it should be
case "GetTermSets":
addToPayload(opt, ["sharedServiceIds", "termSetIds", "lcid", "clientTimeStamps", "clientVersions"]);

This was also pointed out by a guy called denloof. Please do the appropriate fixes and release a new version in the CDN also.

Viewing all articles
Browse latest Browse all 6517

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>