(fix) reworked c_ prefixes on givenname,cn,sn,o and component.

This makes it easier to map to the quick table and avoid
fields duplications.
This commit is contained in:
Ludovic Marcotte
2015-07-27 12:47:40 -04:00
parent dc9a0896e5
commit 40dd3e5875
11 changed files with 44 additions and 69 deletions
+3 -3
View File
@@ -166,7 +166,7 @@
card = [[list cardReferences] objectAtIndex: i];
[cards addObject: [NSDictionary dictionaryWithObjectsAndKeys:
[card reference], @"reference",
[card fn], @"fn",
[card fn], @"c_cn",
[card email], @"email",
nil]];
}
@@ -174,8 +174,8 @@
data = [NSMutableDictionary dictionaryWithObjectsAndKeys:
[[co container] nameInContainer], @"pid",
[co nameInContainer], @"id",
[[list tag] lowercaseString], @"tag",
[list fn], @"fn",
[[list tag] lowercaseString], @"c_component",
[list fn], @"c_cn",
[list nickname], @"nickname",
[list description], @"description",
cards, @"refs",