summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-09-28 19:05:30 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-09-28 19:05:30 +0200
commit92df86accfaa8a45c214b42b7b1d8891e3a2470f (patch)
tree1a3eb7aff96a444472590a26c48ae9cb20eea513 /src
parent1486a2d78ebc995bf8f16df9d3158dc8e85d4afa (diff)
3.0.0-beta1
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/components/ContactDetails.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ContactDetails.vue b/src/components/ContactDetails.vue
index 17c00b0a..6bc24567 100644
--- a/src/components/ContactDetails.vue
+++ b/src/components/ContactDetails.vue
@@ -407,7 +407,7 @@ export default {
moveContactToAddressbook(addressbookId) {
let addressbook = this.addressbooks.find(search => search.id === addressbookId)
this.loadingUpdate = true
- // TODO Make sure we do not overwrite contacts
+ // TODO Properly implement the MOVE request
if (addressbook) {
this.$store.dispatch('moveContactToAddressbook', {
// we need to use the store contact, not the local contact