From 8431bbaf5a1961075273fe4bbf198bf16fdcdc70 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 19 Dec 2006 17:02:42 +0000 Subject: [PATCH] Monotone-Parent: 5f26d4e575d6317b2bf8811e502af472aa607ac4 Monotone-Revision: f555022105c23061ee6fe2d4a984f94a80907c29 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-12-19T17:02:42 Monotone-Branch: ca.inverse.sogo --- SoObjects/Appointments/product.plist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SoObjects/Appointments/product.plist b/SoObjects/Appointments/product.plist index e29f1200e..423c98886 100644 --- a/SoObjects/Appointments/product.plist +++ b/SoObjects/Appointments/product.plist @@ -22,14 +22,14 @@ SOGoAppointmentObject = { superclass = "SOGoContentObject"; defaultRoles = { - "View" = ( "Owner", "Delegate", "Organizer" ); + "View" = ( "Owner", "Delegate", "Organizer", "Authenticated" ); }; }; SOGoTaskObject = { superclass = "SOGoContentObject"; defaultRoles = { - "View" = ( "Owner", "Delegate", "Organizer" ); + "View" = ( "Owner", "Delegate", "Organizer", "Authenticated" ); }; }; SOGoFreeBusyObject = {