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.
v0.26.0
Problem
When a new branch is created, it automatically gets the newest versions of the project's schemas assigned, but node will get migrated with schema versions used in base branch
Reproducer
Create schema (version 1.0)
Create branch (gets schema version 1.0 assigned)
Create node in branch (using schema version 1.0)
Update schema without assigning to branches (version 2.0)
Create new branch (gets schema version 2.0 assigned)
Expected behaviour and actual behaviour
Expected behaviour: node should use schema version 2.0 after migration to new branch
Actual behaviour: node is migrated to new branch, but still uses schema version 1.0
The text was updated successfully, but these errors were encountered:
Gentics Mesh Version, operating system, or hardware.
Problem
When a new branch is created, it automatically gets the newest versions of the project's schemas assigned, but node will get migrated with schema versions used in base branch
Reproducer
Create schema (version 1.0)
Create branch (gets schema version 1.0 assigned)
Create node in branch (using schema version 1.0)
Update schema without assigning to branches (version 2.0)
Create new branch (gets schema version 2.0 assigned)
Expected behaviour and actual behaviour
Expected behaviour: node should use schema version 2.0 after migration to new branch
Actual behaviour: node is migrated to new branch, but still uses schema version 1.0
The text was updated successfully, but these errors were encountered: