added userstory select for tasks

This commit is contained in:
Michael
2020-06-29 22:47:52 +02:00
parent 75b964402a
commit 74418ff0dd
3 changed files with 114 additions and 104 deletions

View File

@@ -7,7 +7,10 @@
<tr>
<h6 class="modal-caption text-muted"> Gehört zu Story: <a href="#" id="userstoryTitle">{{this.userstoryId}}</a></h6>
</tr>
<!--getUserstory fehlt noch-->
<select class="form-control custom-select mr-sm-2" id="prio" required name="prio"
[(ngModel)]="task.priority" *ngFor="let userstory of userstories">
<option value="low">{{userstory}}</option>
</select>
</table>
<button (click)="onClose()" type="button" class="close" aria-label="Close">
<span aria-hidden="true">&times;</span>