mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-19 21:53:19 +00:00
Monotone-Parent: ffee2e191d0b888d3bfb2c7d6d16836788f668d0
Monotone-Revision: 575cf41d358a8719c8b0d9a19301b8c29bbb1c30 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-11-29T16:14:11 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
defaultRoles = {
|
||||
"View" = ( "Owner", "ObjectViewer" );
|
||||
"Change Images And Files" = ( "Owner", "ObjectEditor" );
|
||||
"Access Object" = ( "Owner", "ObjectViewer", "ObjectEditor", "ObjectCreator", "ObjectEraser" );
|
||||
"Access Object" = ( "Owner", "AuthorizedSubscriber" );
|
||||
"Access Contents Information" = ( "Owner", "ObjectViewer" );
|
||||
"Add Documents, Images, and Files" = ( "Owner", "ObjectCreator" );
|
||||
"Add Folders" = ( "Owner", "FolderCreator" );
|
||||
@@ -51,7 +51,6 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
SOGoFolder = {
|
||||
superclass = "SOGoObject";
|
||||
protectedBy = "Access Object";
|
||||
|
||||
Reference in New Issue
Block a user