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
⚠️ ArcticAdmin is a simple gem, if you found a bug, you can easily fix it and make a pull-request. 🙏 Thanks !
Describe the bug
Hi Teams, I am encountring an issue with DELTE record button which is sending always GET request instead of DELETE request, POST types request are running perfectly, can you please guide me a little bit how we can handle that. Thanks
NOTE
I am configuring arctic_admin using Webpacker
To Reproduce
Steps to reproduce the behavior:
Go to a record show page, or at the index page actions (Delete button)
Click on Delete button
Instead of hitting DELETE request its going to GET request.
Expected behavior
My expected behaviour its must be call a DELETE request on delete button.
Screenshots
Desktop (please complete the following information):
Describe the bug
Hi Teams, I am encountring an issue with DELTE record button which is sending always GET request instead of DELETE request, POST types request are running perfectly, can you please guide me a little bit how we can handle that. Thanks
NOTE
I am configuring arctic_admin using Webpacker
To Reproduce
Steps to reproduce the behavior:
Expected behavior
My expected behaviour its must be call a DELETE request on delete button.
Screenshots
Desktop (please complete the following information):
yarn.lock
The text was updated successfully, but these errors were encountered: