See ChangeLog

Monotone-Parent: 11583101e1da18860a0ec72e4d7a5c096cb0b7c3
Monotone-Revision: cb47401127bc90adde66734592f99174a37c6e8b

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2009-10-27T13:14:38
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Ludovic Marcotte
2009-10-27 13:14:38 +00:00
parent 25553d4a8b
commit b00bcf1969
2 changed files with 11 additions and 1 deletions
+10
View File
@@ -1,3 +1,13 @@
2009-10-27 Ludovic Marcotte <lmarcotte@inverse.ca>
* SoObjects/SOGo/SOGoGCSFolder.m (create)
We send the advisory to the owner of the newly
created collection, not the currently logged on
user (which might be different). The sender will
nevertheless be the currently logged on user, as
it's this particular user that triggered the
creation of the collection.
2009-10-26 Francis Lachapelle <flachapelle@inverse.ca>
* UI/WebServerResources/ContactsUI.js
+1 -1
View File
@@ -392,7 +392,7 @@ static NSArray *childRecordFields = nil;
if (sendFolderAdvisories)
{
user = [context activeUser];
user = [SOGoUser userWithLogin: [self ownerInContext: context]];
pageName = [NSString stringWithFormat: @"SOGoFolder%@%@Advisory",
[user language], template];