Commit 2b77360
authored
Allow creating a new version after previous submission is archived (#2382)
If you are the submitting author of a published project:
- Go to your Project Home.
- Click "New Version" and create a new version.
- Go to the overview page for the new version.
- Click "Delete Project" and confirm.
- Return to your Project Home.
- You are now incapable of creating another new version.
Likewise, if you create a new version and submit it, and it is rejected,
you will be incapable of creating another new version.
This was an unintended consequence of adding ARCHIVED as a submission
status and removing ArchivedProjects (see pull #2149 and #2170).1 file changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
7 | 10 | | |
8 | 11 | | |
9 | 12 | | |
| |||
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
30 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
31 | 36 | | |
32 | 37 | | |
33 | 38 | | |
| |||
0 commit comments