Comment 2 for bug 1657350

Revision history for this message
Julia Aranovich (jkirnosova) wrote :

First, the following issue should be fixed:
api call to delete the second node returns error, but this error isn't shown in the error dialog. It happens because of an invalid format of api response. Now it's a simple string (error message), but should be an object of the following format:
{message: 'Error message ...', errors: []}