mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-10 19:05:09 +00:00
Monotone-Parent: 383ee921a819c519f6f0303f90a0c3b887974b85
Monotone-Revision: eab6dcca819997db03071b70fa3cb43b3b72b73a Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-11-07T18:15:29 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -350,10 +350,10 @@
|
||||
[self setICalString:ical];
|
||||
[self loadValuesFromAppointment: [self appointmentFromString: ical]];
|
||||
|
||||
if (![self canEditComponent]) {
|
||||
/* TODO: we need proper ACLs */
|
||||
return [self redirectToLocation: [self completeURIForMethod: @"../view"]];
|
||||
}
|
||||
// if (![self canEditComponent]) {
|
||||
// /* TODO: we need proper ACLs */
|
||||
// return [self redirectToLocation: [self completeURIForMethod: @"../view"]];
|
||||
// }
|
||||
return self;
|
||||
}
|
||||
|
||||
@@ -452,8 +452,9 @@
|
||||
_accept ? @"ACCEPTED" : @"DECLINED"
|
||||
inContext:[self context]];
|
||||
if (ex != nil) return ex;
|
||||
|
||||
return [self redirectToLocation: [self completeURIForMethod: @"../view"]];
|
||||
|
||||
return self;
|
||||
// return [self redirectToLocation: [self completeURIForMethod: @"../view"]];
|
||||
}
|
||||
|
||||
@end /* UIxAppointmentEditor */
|
||||
|
||||
Reference in New Issue
Block a user