diff --git a/SoObjects/SOGo/NSDictionary+DAV.m b/SoObjects/SOGo/NSDictionary+DAV.m index 8fbbc6027..4b8904e81 100644 --- a/SoObjects/SOGo/NSDictionary+DAV.m +++ b/SoObjects/SOGo/NSDictionary+DAV.m @@ -54,6 +54,8 @@ return newTag; } +#warning this method could probably be optimized to speedup the rendering\ + of thousands of records - (NSString *) asWebDavStringWithNamespaces: (NSMutableDictionary *) namespaces { @@ -75,6 +77,7 @@ nsTag = [namespaces objectForKey: ns]; if (!nsTag) nsTag = [self _newTagInNamespaces: namespaces forNS: ns]; + element = [NSString stringWithFormat: @"%@:%@", nsTag, [self objectForKey: @"method"]]; [webdavString appendFormat: @"<%@", element];