Hide ID field from view (for specs and categories)
This commit is contained in:
parent
2e0ea9e591
commit
12ad20511a
|
@ -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',
|
||||||
|
|
|
@ -41,6 +41,7 @@ export class WorkflowSpecDialogComponent {
|
||||||
required: true,
|
required: true,
|
||||||
disabled: true,
|
disabled: true,
|
||||||
},
|
},
|
||||||
|
hideExpression: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 'name',
|
key: 'name',
|
||||||
|
|
Loading…
Reference in New Issue