@@ -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(),
|
||||||
|
|||||||
Reference in New Issue
Block a user