Issue #2897686 by xjm: Description for workflow label field does not add any information

8.5.x
Nathaniel Catchpole 2017-08-05 10:39:35 +09:00
parent 3fd781f158
commit dd1dd45ca6
2 changed files with 0 additions and 2 deletions

View File

@ -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,
]; ];

View File

@ -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,
]; ];