Functionality of Schedule Direct Btn

This commit is contained in:
Sebastian 2023-10-24 08:22:17 +02:00
parent e2d871f7fb
commit 713dc1b06d

View File

@ -19,7 +19,7 @@
<mat-card-actions>
<div style="width: 100%">
<div style="float: left">
<button mat-flat-button class="borderless-btn" color="primary">Schedule</button>
<button mat-flat-button class="borderless-btn" color="primary" [routerLink]="['/taskgroups', taskgroup!.taskgroupID, 'tasks', task!.taskID, 'schedule']">Schedule</button>
<button mat-flat-button class="yellowBtn">Start now</button>
<button mat-flat-button class="grayBtn" >Edit</button>
<!--<button mat-raised-button>Copy</button>-->