submissions: restrict same target on accept rather than create + remove StatusUploaded from ActiveSubmissionStatuses #48

Merged
Quaternions merged 2 commits from accept into staging 2025-03-29 02:38:37 +00:00
Showing only changes of commit 2c75cfa67f - Show all commits

@ -21,7 +21,6 @@ var(
model.StatusUnderConstruction,
}
ActiveSubmissionStatuses = []model.Status{
model.StatusUploaded,
model.StatusUploading,
model.StatusValidated,
model.StatusValidating,