Affichage des erreurs lors d'une annulation

This commit is contained in:
Aurélien Delobelle 2016-08-20 17:56:38 +02:00
parent 97b54deb5d
commit ddc81540c7

View file

@ -446,6 +446,9 @@ $(document).ready(function() {
cancelOperations(opes_array, password);
});
break;
case 400:
displayErrors(getErrorsHtml(data));
break;
}
});