Skip to content

Respect the (NSDictionary *)syncedPropertiesDictionary while syncing back from dropbox #24

@vijayj

Description

@vijayj

We are using the - (NSDictionary *)syncedPropertiesDictionary:(NSDictionary *)propertiesByName to only sync a few selected attributes with dropbox. This works great when syncing from client to dropbox.
However when you try resyncing from dropbox, the method in NSManagedObject+ParcelKit.m
- (void)pk_setPropertiesWithRecord:(DBRecord *)record syncAttributeName:(NSString *)syncAttributeName
does not use the keys from syncedPropertiesDictionary to sync. It would be nice if the setPropertiesWithRecord method can use the syncedPropertiesDictionary so that we can sync up partial attributes/relationships from the dictionary

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions