fix: increase file count after sharing
Signed-off-by: Luka Trovic <luka@nextcloud.com>
This commit is contained in:
committed by
backportbot-nextcloud[bot]
parent
ab6d12cc5f
commit
cd3b7e7fd9
@@ -234,6 +234,7 @@ export default {
|
||||
shareWith: '' + this.cardId,
|
||||
}).then(() => {
|
||||
this.$store.dispatch('fetchAttachments', this.cardId)
|
||||
this.$store.commit('cardIncreaseAttachmentCount', this.cardId)
|
||||
})
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user