performant-software / core-data-cloud

Core Data. In the Cloud.
0 stars 1 forks source link

Related record table state persists across different records #264

Open camdendotlol opened 3 months ago

camdendotlol commented 3 months ago

Steps to Reproduce

  1. View a record with enough related records of some type to require two pages to display them.
  2. Go back to the list and open one model of the same type with no related records.
  3. Core Data will request page 2, apparently reading from persisted state.
  4. 500 error occurs because page 2 doesn't exist.