Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Relation DataList shouldn't cache results post query #2248

Open
JeffreyDevloo opened this issue Jan 23, 2019 · 2 comments
Open

Relation DataList shouldn't cache results post query #2248

JeffreyDevloo opened this issue Jan 23, 2019 · 2 comments

Comments

@JeffreyDevloo
Copy link
Contributor

If the DataList generated to represent the relation between objects is queried, it'll cache results under the relational key, causing mismatches.

@JeffreyDevloo
Copy link
Contributor Author

The relation datalist are constructed by populating the _guids upon fetching the relation list. It caches its results but it does not fetch the result from the cache.
This currently circumvents the potential issue but its not something we're proud of. Still some work to do

@sjovdnbos
Copy link
Contributor

Fixed by:

#2249

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants