Skip to content
Snippets Groups Projects
Commit 715e0ae1 authored by jvanboxtel@wisc.edu's avatar jvanboxtel@wisc.edu
Browse files

disable view button when audit in progress

parent b79104cc
No related branches found
No related tags found
No related merge requests found
Pipeline #41521 passed
......@@ -17,7 +17,7 @@
<ng-container matColumnDef="view">
<th mat-header-cell *matHeaderCellDef></th>
<td mat-cell *matCellDef="let audit">
<button mat-stroked-button color="primary" [disabled]="audit.pending" (click)="openAudit.emit(audit)">View</button>
<button mat-stroked-button color="primary" [disabled]="audit.darsStatusOfDegreeAuditRequest !== 'Done'" (click)="openAudit.emit(audit)">View</button>
</td>
</ng-container>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment