mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user