mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-03 07:44:25 +00:00
(fix) also set the folder ID for content row
This commit is contained in:
@@ -1091,7 +1091,10 @@ andAttribute: (EOAttribute *)_attribute
|
||||
if (isNewRecord)
|
||||
{
|
||||
if ([GCSFolderManager singleStoreMode])
|
||||
[quickRow setObject: folderId forKey:@"c_folder_id"];
|
||||
{
|
||||
[contentRow setObject: folderId forKey:@"c_folder_id"];
|
||||
[quickRow setObject: folderId forKey:@"c_folder_id"];
|
||||
}
|
||||
|
||||
if (!ofFlags.sameTableForQuick)
|
||||
error = (hasInsertDelegate
|
||||
|
||||
Reference in New Issue
Block a user