Skip to content

Commit 32eb8a6

Browse files
authored
Merge pull request #43 from EBISPOT/hotfix-enable_download_template_to_curation_complete_submissions
enable download template for curation complete
2 parents 2c63e9d + 27dae50 commit 32eb8a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/feature/submission/components/submission-details-tab/submission-details-tab.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
</div>
113113
</div>
114114
</div>
115-
<div *ngIf="['VALID', 'INVALID', 'SUBMITTED'].includes(this.submission.submission_status)" class="flex justify-center mt-9">
115+
<div *ngIf="['VALID', 'INVALID', 'SUBMITTED', 'CURATION_COMPLETE'].includes(this.submission.submission_status)" class="flex justify-center mt-9">
116116
<button mat-stroked-button color="primary" (click)="downloadTemplate()">Download submission template</button>
117117
</div>
118118
</mat-card-content>

0 commit comments

Comments
 (0)