issues
search
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
View a record with enough related records of some type to require two pages to display them.
Go back to the list and open one model of the same type with no related records.
Core Data will request page 2, apparently reading from persisted state.
500 error occurs because page 2 doesn't exist.
Steps to Reproduce