sul-dlss / argo

The administrative discovery interface for Stanford's Digital Object Registry
Other
21 stars 5 forks source link

Descriptive metadata bulk jobs (bulk action and replayable spreadsheet) should not close items that have never been accessioned #4623

Closed andrewjbtw closed 2 months ago

andrewjbtw commented 2 months ago

We have two descriptive metadata update methods that automatically close items as they are processed:

Until the versioning model was changed to allow closing Registered items, these updates would only close Opened items, which are items that already have a version 1. Items that were in a Registered state were updated with new metadata but not closed.

Since the change in the versioning model, the descriptive bulk actions have been closing Registered items. This is resulting in two problems:

Request

We should prevent metadata updates from automatically closing and publishing items that have never been accessioned. I'm not sure of the best way to do this, as returning to a special "Registered" status may not be an option.

justinlittman commented 2 months ago

So if object version = 1 then don't close?

andrewjbtw commented 2 months ago

Yes, I think that will cover it.