Anyone can upload a patch. Patches are evaluated by project team members and either Applied or Declined.
1-1 of 1Patches
< Previous 1 Next >
Being evaluated
|
666 |
Jan 7 at 1:27 PM
|
dherbst |
This patches MSAjaxService.php when using MicrosoftAjaxLibrary 3.5. There seems to have been a breaking change from the earlier msajaxlibrary which did not put the result data into the "d" property of the returned json object.
The fix is line 87 to add the array wrapper:
echo json_encode( array("d"=>$returnValue));
This should fix iss #4997 for you.
Please let me know if you have any questions.
|
|
Download
|
1-1 of 1Patches
< Previous 1 Next >