From e9924324b9f3085d4938da22411cc5ca421740b4 Mon Sep 17 00:00:00 2001 From: Emmanuel Lepage Vallee <elv1313@gmail.com> Date: Wed, 3 May 2017 01:24:00 -0400 Subject: [PATCH] vCardCollection: Expose the ::EDIT capability It is implemented, but the collection didn't declare it. This allows editing some vCard before sharing them to peers using the built-in vCard sharing over SIP feature. Change-Id: I49e41b3a7ad4965279c6bc57c380639179cd5489 --- src/fallbackpersoncollection.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/fallbackpersoncollection.cpp b/src/fallbackpersoncollection.cpp index b9e522ab..ab3b65d5 100644 --- a/src/fallbackpersoncollection.cpp +++ b/src/fallbackpersoncollection.cpp @@ -240,6 +240,7 @@ FlagPack<CollectionInterface::SupportedFeatures> FallbackPersonCollection::suppo CollectionInterface::SupportedFeatures::CLEAR | CollectionInterface::SupportedFeatures::MANAGEABLE | CollectionInterface::SupportedFeatures::REMOVE | + CollectionInterface::SupportedFeatures::EDIT | CollectionInterface::SupportedFeatures::ADD ; } -- GitLab