(fix) also set the folder ID for content row

This commit is contained in:
Ludovic Marcotte
2018-09-13 07:40:39 -04:00
parent 3906e19176
commit 194b7f208a
+4 -1
View File
@@ -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