Complete incidents functionality #97

Merged
amigan merged 27 commits from incidentsEditRecord into trunk 2025-01-05 22:11:47 -05:00
Showing only changes of commit 728815411e - Show all commits

View file

@ -109,7 +109,7 @@
<ng-container matColumnDef="play"> <ng-container matColumnDef="play">
<th mat-header-cell *matHeaderCellDef></th> <th mat-header-cell *matHeaderCellDef></th>
<td mat-cell *matCellDef="let call"> <td mat-cell *matCellDef="let call">
<call-player></call-player> <call-player [call]="call"></call-player>
</td> </td>
</ng-container> </ng-container>
<ng-container matColumnDef="download"> <ng-container matColumnDef="download">