diff --git a/src/fallbackpersoncollection.cpp b/src/fallbackpersoncollection.cpp
index b9e522ab13b4785ebb98379116231a2851eba982..ab3b65d530a70520fc5f4c62808056437306c2ec 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        ;
 }