You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 18, 2021. It is now read-only.
I haven't check SharePoint Online but commit 8f55385 of sprestlib.js is outputing an error.
The rest response puts the data in a 'results' property of 'Fields'.
Updating line 1245 to the following fixes the issue:
(arrData && arrData[0] && arrData[0].Fields && (Array.isArray(arrData[0].Fields) || arrData[0].Fields.results) ? (Array.isArray(arrData[0].Fields) ? arrData[0].Fields : arrData[0].Fields.results) : [] );
The text was updated successfully, but these errors were encountered: