You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gentics Mesh Version, operating system, or hardware.
v1.7.6
Operating System
MacOSX (Docker)
JVM
Open JDK 1.8.0_100
Problem
If you use GraphQL in a multi language scenario, it will always give you the node's "versions" of the default language, no matter wich language you query. You can not query the version history of other languages.
Reproducer
Create a Node
Make some changes in the default language
Add a new language to the node
Make a different number of changes then you did in the default language
Query the versions
{
node(uuid: "06ca1bfb099c4d4580976995e6f594f0", lang: "de") {
version
versions {
version
}
}
}
{
node(uuid: "06ca1bfb099c4d4580976995e6f594f0", lang: "en") {
version
versions {
version
}
}
}
Expected behaviour and actual behaviour
It should list different stacks of versions but it shows always the "versions" of "de"
"de" -->
Gentics Mesh Version, operating system, or hardware.
Operating System
JVM
Problem
If you use GraphQL in a multi language scenario, it will always give you the node's "versions" of the default language, no matter wich language you query. You can not query the version history of other languages.
Reproducer
Expected behaviour and actual behaviour
It should list different stacks of versions but it shows always the "versions" of "de"
"de" -->
"en" -->
See: #971
The text was updated successfully, but these errors were encountered: