-
Notifications
You must be signed in to change notification settings - Fork 115
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
Field order changes when updating schema #1111
Comments
Duplicate of #721 |
@zoosky This issue has not yet been adressed. |
@Jotschi Any guidance? |
@zoosky At first glance I think it may be possible that this is a UI-only issue. In Mesh server the schema fields are placed within a list and thus have a specific order. I would first verify whether the problem can be reproduced via REST API and if not check the UI code. Otherwise there may be an issue in the @pschulzk Maybe you could take a quick glance and check whether this is the case? |
Gentics Mesh Version
Operating System
JVM
Problem
I have created a schema with some fields
body type htlm
title type string
metadata type list of strings
twitter card data micro node
url type string
description type string
when I add a new field and change the order of the fields, the order of the fields changes and do no follow the order that I set when I configured the schema
Expected behaviour and actual behaviour
keep the order of the fields
The text was updated successfully, but these errors were encountered: