Fix a complex case where uiSchema loses previous values

In non trivial cases of using eg a schema with dependencies,
the extractUiSchema function could reset ui properties previously
set by the recursive call.

Signed-off-by: Eric Bottard <bottarde@vmware.com>
This commit is contained in:
Eric Bottard
2022-08-23 12:20:09 +02:00
parent 73ace3c51f
commit de336de9cd
3 changed files with 128 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder': patch
---
fix uiSchema generation when using complex dependencies