merge of '352d23b933923d47d85f540dbc1f7dae0abe7ddb'

and 'cb47401127bc90adde66734592f99174a37c6e8b'

Monotone-Parent: 352d23b933923d47d85f540dbc1f7dae0abe7ddb
Monotone-Parent: cb47401127bc90adde66734592f99174a37c6e8b
Monotone-Revision: ed24a4c73d409a237db89ecae8763c9078fe440e

Monotone-Author: crobert@inverse.ca
Monotone-Date: 2009-10-27T16:07:16
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
C Robert
2009-10-27 16:07:16 +00:00
2 changed files with 11 additions and 1 deletions

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

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];