bryntum / support

An issues-only repository for the Bryntum project management component suite which includes powerful Grid, Scheduler, Calendar, Kanban Task Board and Gantt chart components all built in pure JS / CSS / TypeScript
https://www.bryntum.com
54 stars 6 forks source link

Chained stores should not import proxy and special records from master store #9840

Closed bmblb closed 2 months ago

bmblb commented 3 months ago

Reported here: https://forum.bryntum.com/viewtopic.php?p=152910#p152910

Assume we grouped store by an array field or grouped the tree. Store will have Proxy records. Now if we chain this store, chained store will have proxy records as well. Such records don't make sense anywhere outside the master store. Same goes for group records.

store.query() API should probably also ignore everything but real records. Maybe it could be an option.