tfwright / live_admin

Low-config admin UI for Phoenix apps, built on LiveView
MIT License
258 stars 25 forks source link

Issues with delete errors #110

Closed tfwright closed 3 months ago

tfwright commented 4 months ago

Describe the bug Failures during delete operations do not deliver useful feedback

To Reproduce

  1. Delete record from index view when operation returns error tuple
  2. Delete record from single view when operation returns error tuple

Expected behavior In both cases user should see accurate, useful information about the failure, including reasons, if available