gentics / mesh-ui

Gentics Mesh UI
https://getmesh.io
Apache License 2.0
23 stars 27 forks source link

Schema editing in UI -> truncated #328

Open dajenacuko opened 3 years ago

dajenacuko commented 3 years ago

Mesh Version: 1.5.2

When editing a schema in the UI the elasticsearch settings are being truncated. You cannot add them or change them.

Jotschi commented 3 years ago

Do you mean truncated or omitted? I think the UI does not support the ES settings. The values are deleted once you switch in the component view of the UI. If you stay in the JSON view it should be not removed. Not sure whether this also applies for the new UI.

dajenacuko commented 3 years ago

They will not be shown when editing the Schema in the UI.

bernhardriegler commented 3 years ago

also the allow property for fields will be ignored when filled in the UI. Outgoing requests will not contain this property. Mesh will correctly respond with

{
  "message" : "Migration was not invoked. No changes were detected."
}

see https://gitter.im/gentics/mesh?at=605258329ebdfd16407e57f5