removeCommentCheck

Signed-off-by: Jakob Röhrl <jakob.roehrl@web.de>
This commit is contained in:
Jakob Röhrl
2020-10-06 13:20:04 +02:00
parent 0ed5545b2f
commit ed6b3a6f94

View File

@@ -179,7 +179,7 @@
<CardSidebarTabAttachments :card="currentCard" /> <CardSidebarTabAttachments :card="currentCard" />
</AppSidebarTab> </AppSidebarTab>
<AppSidebarTab v-if="hasComments" <AppSidebarTab
id="comments" id="comments"
:order="2" :order="2"
:name="t('deck', 'Comments')" :name="t('deck', 'Comments')"
@@ -283,7 +283,6 @@ export default {
descriptionSaveTimeout: null, descriptionSaveTimeout: null,
descriptionSaving: false, descriptionSaving: false,
hasActivity: capabilities && capabilities.activity, hasActivity: capabilities && capabilities.activity,
hasComments: !!OC.appswebroots['comments'],
modalShow: false, modalShow: false,
lang: { lang: {
days: getDayNamesMin(), days: getDayNamesMin(),