Monotone-Parent: be54fe500757d5b3077ad04c8c9a43cf4088ec61

Monotone-Revision: 64210c1ed841d8f02caf31f0c0e336b0fa9e37df

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-04-26T01:13:55
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-04-26 01:13:55 +00:00
parent b13636f385
commit 4948aca14a
5 changed files with 75 additions and 104 deletions
+21 -29
View File
@@ -111,12 +111,14 @@
pageName = "UIxCalUserRightsEditor";
};
saveUserRights = {
protectedBy = "ReadAcls";
protectedBy = "SaveAcls";
pageName = "UIxCalUserRightsEditor";
actionName = "saveUserRights";
actionName = "saveUserRights";
};
};
};
SOGoCalendarComponent = {
};
SOGoAppointmentObject = {
slots = {
@@ -127,47 +129,42 @@
};
methods = {
view = {
protectedBy = "View";
protectedBy = "ViewAllComponent";
pageName = "UIxAppointmentView";
};
delete = {
protectedBy = "View";
protectedBy = "Delete Objects";
pageName = "UIxAppointmentView";
actionName = "delete";
};
edit = {
protectedBy = "View";
protectedBy = "ViewAllComponent";
pageName = "UIxAppointmentEditor";
};
editAsAppointment = {
protectedBy = "View";
protectedBy = "ViewAllComponent";
pageName = "UIxAppointmentEditor";
};
save = {
protectedBy = "View";
protectedBy = "ModifyComponent";
pageName = "UIxAppointmentEditor";
actionName = "save";
};
saveAsAppointment = {
protectedBy = "View";
protectedBy = "ModifyComponent";
pageName = "UIxAppointmentEditor";
actionName = "save";
};
accept = {
protectedBy = "View";
protectedBy = "RespondToComponent";
pageName = "UIxAppointmentEditor";
actionName = "accept";
};
decline = {
protectedBy = "View";
protectedBy = "RespondToComponent";
pageName = "UIxAppointmentEditor";
actionName = "decline";
};
test = {
protectedBy = "View";
pageName = "UIxAppointmentEditor";
actionName = "test";
};
};
};
@@ -180,52 +177,47 @@
};
methods = {
view = {
protectedBy = "View";
protectedBy = "ViewAllComponent";
pageName = "UIxTaskView";
};
delete = {
protectedBy = "View";
protectedBy = "Delete Objects";
pageName = "UIxTaskView";
actionName = "delete";
};
edit = {
protectedBy = "View";
protectedBy = "ViewAllComponent";
pageName = "UIxTaskEditor";
};
editAsTask = {
protectedBy = "View";
protectedBy = "ViewAllComponent";
pageName = "UIxTaskEditor";
};
save = {
protectedBy = "Change Images and Files";
protectedBy = "ModifyComponent";
pageName = "UIxTaskEditor";
actionName = "save";
};
saveAsTask = {
protectedBy = "Change Images and Files";
protectedBy = "ModifyComponent";
pageName = "UIxTaskEditor";
actionName = "save";
};
changeStatus = {
protectedBy = "Change Images and Files";
protectedBy = "ModifyComponent";
pageName = "UIxTaskEditor";
actionName = "changeStatus";
};
accept = {
protectedBy = "Change Images and Files";
protectedBy = "RespondToComponent";
pageName = "UIxTaskEditor";
actionName = "accept";
};
decline = {
protectedBy = "Change Images and Files";
protectedBy = "RespondToComponent";
pageName = "UIxTaskEditor";
actionName = "decline";
};
test = {
protectedBy = "View";
pageName = "UIxTaskEditor";
actionName = "test";
};
};
};
};