Hide ID field from view (for specs and categories)

This commit is contained in:
alicia pritchett 2021-10-04 10:00:39 -04:00
parent 2e0ea9e591
commit 12ad20511a
2 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@ export class WorkflowSpecCategoryDialogComponent {
placeholder: 'ID of workflow spec category', placeholder: 'ID of workflow spec category',
required: true, required: true,
}, },
hideExpression: true,
}, },
{ {
key: 'name', key: 'name',

View File

@ -41,6 +41,7 @@ export class WorkflowSpecDialogComponent {
required: true, required: true,
disabled: true, disabled: true,
}, },
hideExpression: true,
}, },
{ {
key: 'name', key: 'name',