-
Notifications
You must be signed in to change notification settings - Fork 373
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
Don't modify user-schemas in Material Object Renderer #1712
Comments
This was referenced Mar 11, 2021
LukasBoll
added a commit
to LukasBoll/jsonforms
that referenced
this issue
Jan 15, 2022
closes eclipsesource#1712 Signed-off-by: Lukas Boll lukas-bool@web.de
LukasBoll
added a commit
to LukasBoll/jsonforms
that referenced
this issue
Jan 24, 2022
closes eclipsesource#1712 Signed-off-by: Lukas Boll lukas-bool@web.de Co-authored-by: Max Elia Schweigkofler <max_elia@hotmail.de> (+1 squashed commits)
LukasBoll
added a commit
to LukasBoll/jsonforms
that referenced
this issue
Feb 7, 2022
closes eclipsesource#1712 Signed-off-by: Lukas Boll lukas-bool@web.de Co-authored-by: Max Elia Schweigkofler <max_elia@hotmail.de> (+1 squashed commits)
LukasBoll
added a commit
to LukasBoll/jsonforms
that referenced
this issue
Feb 8, 2022
closes eclipsesource#1712 Signed-off-by: Lukas Boll lukas-bool@web.de Co-authored-by: Max Elia Schweigkofler <max_elia@hotmail.de> (+1 squashed commits)
LukasBoll
added a commit
to LukasBoll/jsonforms
that referenced
this issue
Feb 28, 2022
closes eclipsesource#1712 Signed-off-by: Lukas Boll lukas-bool@web.de
LukasBoll
added a commit
to LukasBoll/jsonforms
that referenced
this issue
Apr 2, 2022
closes eclipsesource#1712 Signed-off-by: Lukas Boll lukas-bool@web.de
sdirix
pushed a commit
that referenced
this issue
Apr 6, 2022
The React Material object renderer supports generating a group layout for its contained properties. The label of the group layout was unconditionally set, overwriting user specified 'detail' and registered UI schemas. This is now fixed. closes #1712 Signed-off-by: Lukas Boll lukas-bool@web.de
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
A detail ui schema can be set for objects. The Material Object renderer should not modify user-given ui schemas.
To Reproduce
Expected behavior
The Material Object renderer should not modify user-given ui schemas.
Used Setup:
Additional context
Follow up of #1701
The text was updated successfully, but these errors were encountered: