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

View File

@@ -1200,7 +1200,7 @@ fromProperties: (NSDictionary *) attachmentProps
//
// we save the new/modified card
//
[sogoObject saveContentString: [newCard versitString]];
[sogoObject saveComponent: newCard];
[self updateVersions];
}