See ChangeLog

Monotone-Parent: a1b75d2a857673c942b21ee08d20b78d221c52df
Monotone-Revision: ab4eb0878b635e86fe5032c1bc571ede66655204

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2008-12-14T15:47:01
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Ludovic Marcotte
2008-12-14 15:47:01 +00:00
parent 5cb08d85b1
commit 79cc99be64
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -1,3 +1,9 @@
2008-12-14 Ludovic Marcotte <lmarcotte@inverse.ca>
* SoObjects/Appointments/SOGoAppointmentFolder.m
([SOGoAppointmentFolder -_buildStripFieldsFromFields:]):
Don't strip the c_isopaque for the DAndTViewer role.
2008-12-09 Francis Lachapelle <flachapelle@inverse.ca>
* SoObjects/Appointments/SOGoAppointmentObject.m
@@ -841,7 +841,7 @@ static Class sogoAppointmentFolderKlass = Nil;
[stripFields removeObjectsInArray: [NSArray arrayWithObjects: @"c_name",
@"c_uid", @"c_startdate",
@"c_enddate", @"c_isallday",
@"c_iscycle",
@"c_iscycle", @"c_isopaque",
@"c_classification",
@"c_component", nil]];
}