mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-26 19:56:23 +00:00
See ChangeLog
Monotone-Parent: 40d6cb69296008deaa81f30c913c4413c0aa6997 Monotone-Revision: 5ff23472b81083bb4eaded5ffb57c52c92ce8f00 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2011-07-02T13:22:34 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2011-07-02 Ludovic Marcotte <lmarcotte@inverse.ca>
|
||||
|
||||
* SoObjects/Appointments/SOGoAppointmentObject.m (-PUTAction:)
|
||||
We now update the request's content in case we got participants
|
||||
with status change (for resources, for example)
|
||||
|
||||
2011-06-29 Ludovic Marcotte <lmarcotte@inverse.ca>
|
||||
|
||||
* Added get/set/unset capabilities to sogo-tool to set
|
||||
|
||||
@@ -1670,6 +1670,13 @@
|
||||
{
|
||||
if ((ex = [self _handleAddedUsers: attendees fromEvent: event]))
|
||||
return ex;
|
||||
else
|
||||
{
|
||||
// We might have auto-accepted resources here. If that's the
|
||||
// case, let's regerate the versitstring and replace the
|
||||
// one from the request.
|
||||
[rq setContent: [[[event parent] versitString] dataUsingEncoding: [rq contentEncoding]]];
|
||||
}
|
||||
|
||||
[self sendEMailUsingTemplateNamed: @"Invitation"
|
||||
forObject: [event itipEntryWithMethod: @"request"]
|
||||
|
||||
Reference in New Issue
Block a user