(fix) also set the folder ID for content row

pull/229/merge
Ludovic Marcotte 2018-09-13 07:40:39 -04:00
parent 3906e19176
commit 194b7f208a
1 changed files with 4 additions and 1 deletions

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