Closed theosanderson closed 2 days ago
Thanks! Oof, how did this live so long without us noticing 😬
I'm adding a test for this in #3248
@fengelniederhammer maybe you have some thoughts on how to better test the created sequence entries - we've now got a bunch of helpers, that's not terrible but maybe there's a neater way you know. Also, we might want to test similar basic things explicitly for other parts of the submission flow.
we've now got a bunch of helpers
The helpers already look pretty helpful to me. The tests are nice to read.
@fengelniederhammer I just wasn't sure whether creating a helper for each property was a good way to go. Could come up with a better way (limited Kotlin knowledge).
Let's merge? @theosanderson :)
Fixes #3244
https://theosanderson-fix-revoked.loculus.org/
Update the submitter of a revoked sequence to the revoker
backend/src/main/kotlin/org/loculus/backend/service/submission/SubmissionDatabaseService.kt
to set thesubmitterColumn
to the revoker's account during the revocation processrevoke
function to use the revoker's username for thesubmitterColumn
instead of cloning the old submitter informationTested that autoapprove no longer happens:
For more details, open the Copilot Workspace session.