Fix display of company/department of cards

Fixes #2662
pull/26/head
Francis Lachapelle 2014-03-14 15:45:12 -04:00
parent b8f239bf34
commit e2f192b793
2 changed files with 2 additions and 1 deletions

1
NEWS
View File

@ -12,6 +12,7 @@ Bug fixes
- fixed decoding of HTML entities in reminder alerts (#2659)
- fixed check for resource conflict when creating an event in the resource's calendar (#2541)
- fixed construction of mail folders tree
- fixed parsing of ORG attribute in cards (#2662)
2.2.1 (2014-03-07)
------------------

View File

@ -46,7 +46,7 @@ static NSArray *privilegedTagNames = nil;
if (!privilegedTagNames)
{
privilegedTagNames = [NSArray arrayWithObjects: @"ADR", @"N", @"RRULE", nil];
privilegedTagNames = [NSArray arrayWithObjects: @"ADR", @"N", @"RRULE", @"ORG", nil];
RETAIN(privilegedTagNames);
}