flapjack icon indicating copy to clipboard operation
flapjack copied to clipboard

`SingleCoreDataSource` does not notify on insertion when object changes

Open lj-dickey opened this issue 5 years ago • 0 comments

STR: If you delete and create an object being tracked by a SingleCoreDataSource such that the newly created object meets the same original criteria that had been specified for the data source, the change handler is only called for the deletion, but not the insertion. This causes clients to not be updated of the newly tracked object.

lj-dickey avatar Jun 04 '20 16:06 lj-dickey