From e832f60cfb06af458705a4b366c975929293d8cf Mon Sep 17 00:00:00 2001 From: Christian Cueni Date: Wed, 24 Oct 2018 13:04:49 +0200 Subject: [PATCH] Hide Task checkbox in roomentry form --- client/src/components/content-block-form/ContentsForm.vue | 7 ++++++- .../content-block-form/EditContentBlockWizard.vue | 1 + .../content-block-form/NewContentBlockWizard.vue | 1 + .../components/rooms/room-entries/NewRoomEntryWizard.vue | 1 + 4 files changed, 9 insertions(+), 1 deletion(-) diff --git a/client/src/components/content-block-form/ContentsForm.vue b/client/src/components/content-block-form/ContentsForm.vue index 1bdae3ca..321b595c 100644 --- a/client/src/components/content-block-form/ContentsForm.vue +++ b/client/src/components/content-block-form/ContentsForm.vue @@ -5,7 +5,8 @@ :placeholder="titlePlaceholder" :value="localContentBlock.title" :error="error"> - diff --git a/client/src/components/content-block-form/NewContentBlockWizard.vue b/client/src/components/content-block-form/NewContentBlockWizard.vue index 0b6951da..0e4557bc 100644 --- a/client/src/components/content-block-form/NewContentBlockWizard.vue +++ b/client/src/components/content-block-form/NewContentBlockWizard.vue @@ -1,6 +1,7 @@