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
API Platform version(s) affected: x.y.z
Backend: v3.2.13
Admin: 3.4.9
Description
doesn't work for the list of items. I can click on them and send the get collection or the get request, but don't send a delete request. The element is removed from the list but after a few seconds the list is refreshed and is again on the list.
API Platform version(s) affected: x.y.z
Backend: v3.2.13
Admin: 3.4.9
Description
doesn't work for the list of items. I can click on them and send the get collection or the get request, but don't send a delete request. The element is removed from the list but after a few seconds the list is refreshed and is again on the list.
How to reproduce
I created a list in this way:
I can click on the button, but the DELETE request isn't sent.
Possible Solution
I can guess that the dataProvider has some issues. Or this button as a component from react-admin isn't supported.
Additional Context
I used custom authorization and data provider.
The text was updated successfully, but these errors were encountered: