Generated Model Bug (#15099)

* updates path help service to handle setting id of model

* adds changelog entry

* removes changelog entry
This commit is contained in:
Jordan Reimer
2022-04-20 09:56:03 -06:00
committed by GitHub
parent e74c1b29b3
commit 95ad3c7c95
4 changed files with 102 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ export const expandOpenApiProps = function (props) {
editType,
helpText: description,
possibleValues: prop['enum'],
fieldValue: isId ? 'id' : null,
fieldValue: isId ? 'mutableId' : null,
fieldGroup: group || 'default',
readOnly: isId,
defaultValue: value || null,