Fixed the merge

This commit is contained in:
Nicolai Ort 2020-06-30 15:01:41 +02:00
parent d2ecdd03ce
commit f5d74f10cd

View File

@ -10,8 +10,8 @@
<a href="#" id="userstoryTitle">{{ this.userstoryId }}</a> <a href="#" id="userstoryTitle">{{ this.userstoryId }}</a>
</h6> </h6>
</tr> </tr>
<select class="form-control custom-select mr-sm-2" id="prio" required name="prio" [(ngModel)]="task.priority"> <select class="form-control custom-select mr-sm-2" id="prio" required name="prio" [(ngModel)]="task.userstoryid">
<option *ngFor="let userstory of userstories" [value]="userstory.title">{{ userstory.title }}</option> <option *ngFor="let userstory of userstories" [ngValue]="userstory.id">{{ userstory.title }}</option>
</select> </select>
</table> </table>
<button (click)="onClose()" type="button" class="close" aria-label="Close"> <button (click)="onClose()" type="button" class="close" aria-label="Close">