소스 검색

review automatic upload

Marino Faggiana 8 년 전
부모
커밋
59d324818b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      iOSClient/FileSystem/CCCoreData.m

+ 1 - 1
iOSClient/FileSystem/CCCoreData.m

@@ -1506,7 +1506,7 @@
     NSManagedObjectContext *context = [NSManagedObjectContext MR_context];
     
     // Delete record if exists
-    NSPredicate *predicate = [NSPredicate predicateWithFormat:@"(account == %@) AND (fileName == %@) AND (serverUrl == %@) AND (selector == %@)", account, metadataNet.fileName, metadataNet.serverUrl, metadataNet.selector];
+    NSPredicate *predicate = [NSPredicate predicateWithFormat:@"(account == %@) AND (identifier == %@)", account, metadataNet.identifier];
     [TableAutomaticUpload MR_deleteAllMatchingPredicate:predicate inContext:context];
     
     TableAutomaticUpload *record = [TableAutomaticUpload MR_createEntityInContext:context];