samvera / hyrax

Hyrax is a Ruby on Rails Engine built by the Samvera community. Hyrax provides a foundation for creating many different digital repository applications.
http://hyrax.samvera.org/
Apache License 2.0
184 stars 124 forks source link

in Sirenia, deleting an admin set produces a tombstone error #6902

Open rjkati opened 1 month ago

rjkati commented 1 month ago

Descriptive summary

When I delete an empty admin set in sirenia, I get a Ldp::Gone in Hyrax::Admin::AdminSetsController#destroy Discovered tombstone resource at /development/98/27/70/1e/9827701e-5aa4-4ad0-a0a4-7b1a72eaf0b3, departed at: 2024-09-12T16:49:33.943653Z message

Steps to reproduce the behavior in User Interface (UI)

Pre-req: make sure an empty admin set exists

  1. Log in to Sirenia as an admin
  2. Go to Dashboard -> Collections and click on the title of your empty admin set
  3. Click the Delete button and then OK
  4. Observe error message

tombstone

eporter23 commented 1 month ago

Related issue which still recurs as of Sept 2024: #6534