mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 03:45:25 +00:00
(fix) wrong custom fields identifiers for 3 and 4
This commit is contained in:
@@ -508,14 +508,14 @@ static Class SOGoContactGCSEntryK = Nil;
|
||||
{
|
||||
elements = [card childrenWithTag: @"custom3"];
|
||||
[card removeChildren: elements];
|
||||
[card addElementWithTag: @"custom1" ofType: nil withValue: o];
|
||||
[card addElementWithTag: @"custom3" ofType: nil withValue: o];
|
||||
}
|
||||
|
||||
if ((o = [customFields objectForKey: @"4"]))
|
||||
{
|
||||
elements = [card childrenWithTag: @"custom4"];
|
||||
[card removeChildren: elements];
|
||||
[card addElementWithTag: @"custom1" ofType: nil withValue: o];
|
||||
[card addElementWithTag: @"custom4" ofType: nil withValue: o];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user