From 194b7f208a18bd263586adc2734983f6d08663ea Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Thu, 13 Sep 2018 07:40:39 -0400 Subject: [PATCH] (fix) also set the folder ID for content row --- SOPE/GDLContentStore/GCSFolder.m | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/SOPE/GDLContentStore/GCSFolder.m b/SOPE/GDLContentStore/GCSFolder.m index d585eabd0..0e0e21bee 100644 --- a/SOPE/GDLContentStore/GCSFolder.m +++ b/SOPE/GDLContentStore/GCSFolder.m @@ -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