add snippet field in group_relation_property 07/75307/1
authorJeesun Kim <iamjs.kim@samsung.com>
Fri, 17 Jun 2016 09:32:49 +0000 (18:32 +0900)
committerJeesun Kim <iamjs.kim@samsung.com>
Fri, 17 Jun 2016 09:33:08 +0000 (18:33 +0900)
Change-Id: Ibc39873e284dc58ab0575ce0a1113d7936ad0124

common/ctsvc_view.c

index 46121a3..079b88a 100644 (file)
@@ -266,6 +266,8 @@ API const _contacts_group_relation_property_ids _contacts_group_relation = {
        .group_id       = CTSVC_PROPERTY_GROUP_RELATION_GROUP_ID,
        .contact_id     = CTSVC_PROPERTY_GROUP_RELATION_CONTACT_ID,
        .name           = CTSVC_PROPERTY_GROUP_RELATION_GROUP_NAME,
+       .snippet_type                   = CTSVC_PROPERTY_PERSON_SNIPPET_TYPE,
+       .snippet_string                 = CTSVC_PROPERTY_PERSON_SNIPPET_STRING
 };
 
 API const _contacts_relationship_property_ids _contacts_relationship = {