sul-dlss / happy-heron

Self-Deposit for the Stanford Digital Repository (SDR): H2 is a Rails web application enabling users to deposit scholarly content into SDR
Apache License 2.0
10 stars 2 forks source link

Remove "Last saved" row on view page #3525

Closed amyehodge closed 1 month ago

amyehodge commented 1 month ago

It turns out that what's being displayed here is not what the admins expected to be being displayed here.

Screenshot 2024-05-09 at 4 53 46 PM

This seems to be displaying the date of the last time this item was updated in the database. This does not necessarily reflect actions taken by the user. For example, these were updated May the 6th or so for nearly all items in H2 when we did the migration for adding user versions.

Since the information we want to see is covered by the history table, it makes sense just to remove this row.

justinlittman commented 1 month ago

Options:

amyehodge commented 1 month ago

@justinlittman After some consideration and feedback from others, let's go with the third option and just get rid of it. I'll update the title and description above.