Closed Rizwan-Qamar closed 7 years ago
showError method is not consistent. In some controllers, it takes data as the first parameter and in some status. ShowError method is not working at many places because of the mismatch.
error(function (data, status) { console.error('STATUS: ' + status + ' DATA: ' + data); showError(status, JSON.stringify(data)); });
Resolved: https://github.com/openbaton/dashboard/commit/7fe90b596f0201935b6dd78f82eb9aeb61e03cc1
showError method is not consistent. In some controllers, it takes data as the first parameter and in some status. ShowError method is not working at many places because of the mismatch.