From 31f17d3c4b1be994b647c133196c82c11db4328f Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Wed, 5 Oct 2011 00:39:05 +0000 Subject: - Rework table data saving to ensure that cells that should be edited via the edit sheet aren't then overwritten by the cell value, potentially causing data truncation in 10.5. This addresses Issue 1196. - Consolidate field editing in sheet logic --- Source/SPTableContent.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/SPTableContent.h') diff --git a/Source/SPTableContent.h b/Source/SPTableContent.h index 2f571e70..4592de53 100644 --- a/Source/SPTableContent.h +++ b/Source/SPTableContent.h @@ -232,6 +232,7 @@ - (void)sortTableTaskWithColumn:(NSTableColumn *)tableColumn; - (void)showErrorSheetWith:(id)error; - (void)processFieldEditorResult:(id)data contextInfo:(NSDictionary*)contextInfo; +- (void)saveViewCellValue:(id)anObject forTableColumn:(NSTableColumn *)aTableColumn row:(NSUInteger)rowIndex; // Retrieving and setting table state - (NSString *) sortColumnName; -- cgit v1.2.3