From 677123a8f7ebd206a123afd1480aa056308c5a80 Mon Sep 17 00:00:00 2001 From: Jakob Date: Tue, 22 Oct 2019 11:42:09 +0200 Subject: [PATCH] added card project selection Signed-off-by: Jakob --- src/components/card/CardSidebar.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/components/card/CardSidebar.vue b/src/components/card/CardSidebar.vue index e32dde4c1..a18a36207 100644 --- a/src/components/card/CardSidebar.vue +++ b/src/components/card/CardSidebar.vue @@ -71,6 +71,11 @@ +
+ +
+
Description
@@ -97,6 +102,7 @@ import { Actions } from 'nextcloud-vue/dist/Components/Actions' import { ActionButton } from 'nextcloud-vue/dist/Components/ActionButton' import ActivityEntry from '../ActivityEntry' import Color from '../../mixins/color' +import { CollectionList } from 'nextcloud-vue-collections' export default { name: 'CardSidebar', @@ -109,7 +115,8 @@ export default { VueEasymde, Actions, ActionButton, - Avatar + Avatar, + CollectionList }, mixins: [ Color