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

Nodes get migrated to new branch in old schema version #521

Closed
npomaroli opened this issue Oct 23, 2018 · 0 comments
Closed

Nodes get migrated to new branch in old schema version #521

npomaroli opened this issue Oct 23, 2018 · 0 comments

Comments

@npomaroli
Copy link
Member

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

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

3 participants