mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-12 13:49:44 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user