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

Fix writing and loading of dynamically created data sources #906

Merged
merged 2 commits into from
May 2, 2019

Conversation

Jannis
Copy link
Contributor

@Jannis Jannis commented May 2, 2019

This fixes two problems:

  1. When writing dynamic data sources entities to the store, the mapping entity was missing. This caused dynamic data sources loading on restarts to fail.

  2. There was a typo in the code that parses a mapping entity back from a GraphQL value. This would also cause dynamic data sources to not load correctly.

@Jannis Jannis added this to the Q2 2019 milestone May 2, 2019
@Jannis Jannis requested a review from a team May 2, 2019 15:58
@Jannis Jannis self-assigned this May 2, 2019
@ghost ghost added the pending review label May 2, 2019
@Jannis Jannis force-pushed the jannis/fix-dynamic-data-sources-loading branch from 1e65427 to 90f1d0f Compare May 2, 2019 15:58
@leoyvens
Copy link
Collaborator

leoyvens commented May 2, 2019

We should get a macro for deriving these things.

@Jannis Jannis merged commit 9c493a2 into master May 2, 2019
@ghost ghost removed the pending review label May 2, 2019
@Jannis Jannis deleted the jannis/fix-dynamic-data-sources-loading branch May 2, 2019 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants