Closed jamesvanmil closed 6 years ago
DOI status should be updated to unavailable when a work is deleted.
unavailable
We receive monthly emails when this happens, and we can manually manage problem DOIs, so this is lower priority.
DOI status is not being changed when a work is deleted.
Confirmed that this some simple code will flip it to unavailable:
require 'rest-client' RestClient.post url, "_status: unavailable", {content_type: :text}
Descriptive summary
DOI status should be updated to
unavailable
when a work is deleted.We receive monthly emails when this happens, and we can manually manage problem DOIs, so this is lower priority.
Actual behavior
DOI status is not being changed when a work is deleted.
Steps to reproduce the behavior