Monotone-Parent: 035a7461367cb96790062dc6cf38d9a910a09534

Monotone-Revision: 4e29c9141c3baa1b13e856cae96ad405650bbc7a

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-12-15T15:15:26
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-12-15 15:15:26 +00:00
parent 5cbb10be79
commit 3eb6fa4048
3 changed files with 29 additions and 46 deletions
+1 -5
View File
@@ -11,11 +11,7 @@
SOGoAppointmentFolder = {
superclass = "SOGoFolder";
defaultRoles = {
"Add Documents, Images, and Files" = ( "Owner", "Delegate" );
"View" = ( "Owner", "Delegate", "Assistant" );
"WebDAV Access" = ( "Owner", "Delegate", "Assistant" );
"FreeBusyLookup" = ( "Owner", "Delegate", "Assistant", "FreeBusyLookup" );
"Access Contents Information" = ( "Owner", "Assistant", "Delegate" );
};
};
@@ -33,7 +29,7 @@
SOGoTaskObject = {
superclass = "SOGoContentObject";
defaultRoles = {
"View" = ( "Owner", "Delegate", "Organizer" );
"View" = ( "Owner", "Delegate", "Organizer" );
};
};
SOGoFreeBusyObject = {