diff --git a/ChangeLog b/ChangeLog index 4220f3976..b16eb5e4d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2007-09-14 Wolfgang Sourdeau + * UI/Scheduler/UIxCalMainView.m ([-batchDeleteAction]): moved + method into UIxFolderActions. + * SoObjects/Appointments/SOGoFreeBusyObject.m ([SOGoFreeBusyObject -fetchFreeBusyInfosFrom:_startDateto:_endDate]): fetch the freebusy info from the "personal" calendar. diff --git a/UI/Scheduler/UIxCalMainView.m b/UI/Scheduler/UIxCalMainView.m index ca3933a0c..a7c0126f0 100644 --- a/UI/Scheduler/UIxCalMainView.m +++ b/UI/Scheduler/UIxCalMainView.m @@ -109,19 +109,4 @@ static NSMutableArray *yearMenuItems = nil; return yearMenuItem; } -- (id) batchDeleteAction -{ - NSArray *ids; - SOGoAppointmentFolder *clientObject; - - ids = [[self queryParameterForKey: @"ids"] componentsSeparatedByString: @"/"]; - if (ids) - { - clientObject = [self clientObject]; - [clientObject deleteEntriesWithIds: ids]; - } - - return self; -} - @end diff --git a/UI/Scheduler/product.plist b/UI/Scheduler/product.plist index b33310779..6ee2a5afb 100644 --- a/UI/Scheduler/product.plist +++ b/UI/Scheduler/product.plist @@ -112,22 +112,11 @@ pageName = "UIxTaskEditor"; actionName = "new"; }; - batchDelete = { - protectedBy = "Delete Objects"; - pageName = "UIxCalMainView"; - actionName = "batchDelete"; - }; - show = { protectedBy = "View"; pageName = "UIxCalView"; actionName = "redirectForUIDs"; }; - batchDelete = { - protectedBy = "Delete Objects"; - pageName = "UIxCalMainView"; - actionName = "batchDelete"; - }; userRights = { protectedBy = "ReadAcls"; pageName = "UIxCalUserRightsEditor";