Issue #2897686 by xjm: Description for workflow label field does not add any information
parent
3fd781f158
commit
dd1dd45ca6
|
@ -53,7 +53,6 @@ class WorkflowAddForm extends EntityForm {
|
||||||
'#title' => $this->t('Label'),
|
'#title' => $this->t('Label'),
|
||||||
'#maxlength' => 255,
|
'#maxlength' => 255,
|
||||||
'#default_value' => $workflow->label(),
|
'#default_value' => $workflow->label(),
|
||||||
'#description' => $this->t('Label for the Workflow.'),
|
|
||||||
'#required' => TRUE,
|
'#required' => TRUE,
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -60,7 +60,6 @@ class WorkflowEditForm extends EntityForm {
|
||||||
'#title' => $this->t('Label'),
|
'#title' => $this->t('Label'),
|
||||||
'#maxlength' => 255,
|
'#maxlength' => 255,
|
||||||
'#default_value' => $workflow->label(),
|
'#default_value' => $workflow->label(),
|
||||||
'#description' => $this->t('Label for the Workflow.'),
|
|
||||||
'#required' => TRUE,
|
'#required' => TRUE,
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue