Monotone-Parent: 5e3e865225772f121d4060fe62b0894cec61ddbe
Monotone-Revision: d8f1c16855547eb4ff333738e080e5d47913e035

Monotone-Author: crobert@inverse.ca
Monotone-Date: 2009-07-14T17:15:03
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
C Robert 2009-07-14 17:15:03 +00:00
parent d2f32ce1f4
commit 07c56db6c9

View file

@ -278,17 +278,17 @@
{
sm = [SoSecurityManager sharedSecurityManager];
if (![sm validatePermission: SoPerm_AddDocumentsImagesAndFiles
onObject: co
inContext: context])
{
method = [NSString stringWithFormat:@"%@/%@.ics/editAsAppointment",
[co soURL], objectId];
}
onObject: co
inContext: context])
{
method = [NSString stringWithFormat:@"%@/%@.ics/editAsAppointment",
[co soURL], objectId];
}
else
{
method = [NSString stringWithFormat: @"%@/Calendar/personal/%@.vcf/editAsAppointment",
[self userFolderPath], objectId];
}
{
method = [NSString stringWithFormat: @"%@/Calendar/personal/%@.vcf/editAsAppointment",
[self userFolderPath], objectId];
}
uri = [self completeHrefForMethod: method];
result = [self redirectToLocation: uri];
}