-
Notifications
You must be signed in to change notification settings - Fork 724
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"400" error is ignored when deleting or bulk deleting items #1129
Comments
There are three bugs at play here, I think:
|
RichardBradley
added a commit
to RichardBradley/ng-admin
that referenced
this issue
Jun 16, 2016
Thanks, yes, looks like a duplicate of those two. I've commented there. |
jpetitcolas
pushed a commit
that referenced
this issue
Sep 19, 2016
Closing as duplicate. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On the current version, if the REST backend rejects a "DELETE" request from
ng-admin
no error is displayed to the user.There is code which appears to attempt to show an error, so I think this is a regression.
I don't see any tests (unit or e2e) for this functionality.
Repro steps:
The text was updated successfully, but these errors were encountered: