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
need to handle the error in UI for the notes PUT endpoint
The text was updated successfully, but these errors were encountered:
muly
changed the title
if put endoint fails, still the ui shows "saved successfully"
if PUT endoint fails, still the ui shows "saved successfully"
Nov 20, 2016
function putNotesData(......
.....
var body = '{"URL":"'+url+'","Notes":"'+notes+'"}';
x.send(body);
in the above code snippet, the notes variable need to be encoded to handle the new line. need to research on how to send text with new lines in JSON format.
need to handle the error in UI for the notes PUT endpoint
The text was updated successfully, but these errors were encountered: