Fat commit to refactor the quick record generation

This commit is contained in:
Ludovic Marcotte
2014-07-30 14:51:00 -04:00
parent 07324e56a0
commit b05fcc7d82
78 changed files with 341 additions and 1580 deletions
+1 -15
View File
@@ -1,8 +1,6 @@
/* UIxTaskEditor.m - this file is part of SOGo
*
* Copyright (C) 2007-2009 Inverse inc.
*
* Author: Wolfgang Sourdeau <wsourdeau@inverse.ca>
* Copyright (C) 2007-2014 Inverse inc.
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -421,18 +419,6 @@
return [self jsCloseWithRefreshMethod: @"refreshTasks()"];
}
// - (id <WOActionResults>) saveAction
// {
// SOGoTaskObject *clientObject;
// NSString *iCalString;
// clientObject = [self clientObject];
// iCalString = [[clientObject calendar: NO secure: NO] versitString];
// [clientObject saveContentString: iCalString];
// return [self jsCloseWithRefreshMethod: @"refreshTasks()"];
// }
- (id <WOActionResults>) viewAction
{
WOResponse *result;