зеркало из https://github.com/nextcloud/deck.git
fix: increase file count after sharing
Signed-off-by: Luka Trovic <luka@nextcloud.com>
This commit is contained in:
Родитель
b348565449
Коммит
2af94410f5
|
@ -234,6 +234,7 @@ export default {
|
||||||
shareWith: '' + this.cardId,
|
shareWith: '' + this.cardId,
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
this.$store.dispatch('fetchAttachments', this.cardId)
|
this.$store.dispatch('fetchAttachments', this.cardId)
|
||||||
|
this.$store.commit('cardIncreaseAttachmentCount', this.cardId)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
Загрузка…
Ссылка в новой задаче