From b4cdc0b3c48460f95fefcd6532119c9df8819ddc Mon Sep 17 00:00:00 2001 From: konrad Date: Fri, 24 Jul 2020 16:39:38 +0000 Subject: [PATCH] Add creating labels when creating a task (#192) Make sure to wait until all labels were added to modify the task title and remove all label slugs Create the label if it does not exist Add getting label and adding it to a newly created task Co-authored-by: kolaente Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/192 --- src/views/list/views/List.vue | 112 +++++++++++++++++++++++++++++++++- 1 file changed, 109 insertions(+), 3 deletions(-) diff --git a/src/views/list/views/List.vue b/src/views/list/views/List.vue index 817186650..f0f03b26d 100644 --- a/src/views/list/views/List.vue +++ b/src/views/list/views/List.vue @@ -158,8 +158,13 @@