We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Metadata API returns editor state as JSON for description in some courses.
BTW: After the fix serlo/metadata-exports#214 needs to be reverted.
query { metadata { resources(first: 1, after: "MTg1NzEK") { nodes } } }
You see the following in the result
"description": "{\"plugin\":\"rows\",\"state\":[{\"plugin\":\"text\",\"state\":[{\"type\":\"p\",\"children\":[{}]}],\"id\":\"dd3a8cf3-e126-40be-a026-288053190bbc\"}],\"id\":\"c872656f-8893-4967-80ec-5c3a4f83f823\"}"
Description should not be parsed editor state.
I guess this is a bug after serlo/db-migrations#338 since only courses are affected when I looked into it...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What is wrong?
Metadata API returns editor state as JSON for description in some courses.
BTW: After the fix serlo/metadata-exports#214 needs to be reverted.
Steps to reproduce
You see the following in the result
How should it behave?
Description should not be parsed editor state.
Proposed Solution
I guess this is a bug after serlo/db-migrations#338 since only courses are affected when I looked into it...
The text was updated successfully, but these errors were encountered: