mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-29 00:39:28 +00:00
Monotone-Parent: e46821e8deef27889438bc1efe4af943f5f7ff26
Monotone-Revision: 37ee3c63e273b4b20f99c82d5e239e410e7876c7 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-05-09T19:04:07 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -18,25 +18,26 @@
|
||||
};
|
||||
|
||||
SOGoContactGCSFolder = {
|
||||
superclass = "SOGoFolder";
|
||||
superclass = "SOGoFolder";
|
||||
};
|
||||
|
||||
SOGoContactGCSEntry = {
|
||||
superclass = "SOGoContentObject";
|
||||
superclass = "SOGoContentObject";
|
||||
defaultRoles = {
|
||||
"View" = ( "Owner", "Delegate", "Organizer", "Authenticated" );
|
||||
};
|
||||
};
|
||||
|
||||
SOGoContactLDAPFolder = {
|
||||
superclass = "SOGoFolder";
|
||||
superclass = "SOGoFolder";
|
||||
defaultAccess = "allow";
|
||||
protectedBy = "<public>";
|
||||
};
|
||||
|
||||
SOGoContactLDAPEntry = {
|
||||
SOGoContactLDIFEntry = {
|
||||
superclass = "SOGoContentObject";
|
||||
defaultRoles = {
|
||||
"View" = ( "Owner", "Delegate", "Organizer", "Authenticated" );
|
||||
};
|
||||
defaultAccess = "allow";
|
||||
protectedBy = "<public>";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@@ -63,6 +63,8 @@
|
||||
};
|
||||
};
|
||||
|
||||
/* both following class should be "reparented" so as to only have
|
||||
SOGoContactFolder here... */
|
||||
SOGoContactGCSFolder = {
|
||||
slots = {
|
||||
toolbar = {
|
||||
@@ -111,21 +113,21 @@
|
||||
};
|
||||
methods = {
|
||||
view = {
|
||||
protectedBy = "View";
|
||||
protectedBy = "<public>";
|
||||
pageName = "UIxContactsListView";
|
||||
};
|
||||
new = {
|
||||
protectedBy = "View";
|
||||
protectedBy = "<public>";
|
||||
pageName = "UIxContactEditor";
|
||||
actionName = "new";
|
||||
};
|
||||
mailer-contacts = {
|
||||
protectedBy = "View";
|
||||
protectedBy = "<public>";
|
||||
pageName = "UIxContactsListView";
|
||||
actionName = "mailerContacts";
|
||||
};
|
||||
canAccessContent = {
|
||||
protectedBy = "View";
|
||||
protectedBy = "<public>";
|
||||
pageName = "UIxContactsListView";
|
||||
actionName = "canAccessContent";
|
||||
};
|
||||
@@ -160,10 +162,10 @@
|
||||
};
|
||||
};
|
||||
|
||||
SOGoContactLDAPEntry = {
|
||||
SOGoContactLDIFEntry = {
|
||||
methods = {
|
||||
view = {
|
||||
protectedBy = "View";
|
||||
protectedBy = "<public>";
|
||||
pageName = "UIxContactView";
|
||||
};
|
||||
delete = {
|
||||
|
||||
Reference in New Issue
Block a user