diff --git a/ChangeLog b/ChangeLog index 9e9f2a87a..89480eac0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-12-14 Ludovic Marcotte + + * SoObjects/Appointments/SOGoAppointmentFolder.m + ([SOGoAppointmentFolder -_buildStripFieldsFromFields:]): + Don't strip the c_isopaque for the DAndTViewer role. + 2008-12-09 Francis Lachapelle * SoObjects/Appointments/SOGoAppointmentObject.m diff --git a/SoObjects/Appointments/SOGoAppointmentFolder.m b/SoObjects/Appointments/SOGoAppointmentFolder.m index cb73f2957..668990d42 100644 --- a/SoObjects/Appointments/SOGoAppointmentFolder.m +++ b/SoObjects/Appointments/SOGoAppointmentFolder.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]]; }