Compare commits
7 Commits
vue3-remov
...
removeComm
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
998e5281d2 | ||
|
|
7135f8162d | ||
|
|
ff14afbe11 | ||
|
|
b9d2e9c791 | ||
|
|
a1bd13d960 | ||
|
|
6d5ddd4e2c | ||
|
|
a34e8feb33 |
@@ -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