Merge branch 'master' into deployment/cicd

This commit is contained in:
Nicolai Ort 2020-06-08 14:17:48 +02:00
commit faede81def

View File

@ -39,7 +39,7 @@ export class TaskFormComponent implements OnInit {
});
}
else {
this.task = { title: this.title, content: this.content };
this.task = { title: this.title, content: this.content, priority: this.prio };
this.backendService.postTask(this.task).subscribe(response => {
if (response.status > 399) {
alert('Fehler');