X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fmodules%2Fcontrib%2Fentityqueue%2Fsrc%2FForm%2FEntityQueueForm.php;fp=web%2Fmodules%2Fcontrib%2Fentityqueue%2Fsrc%2FForm%2FEntityQueueForm.php;h=44db509c3b14a0d4fba2c2a8d253afef2b5680fc;hp=2b5114a4588570e78bbc291f886f1d9675288225;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/web/modules/contrib/entityqueue/src/Form/EntityQueueForm.php b/web/modules/contrib/entityqueue/src/Form/EntityQueueForm.php index 2b5114a45..44db509c3 100644 --- a/web/modules/contrib/entityqueue/src/Form/EntityQueueForm.php +++ b/web/modules/contrib/entityqueue/src/Form/EntityQueueForm.php @@ -94,7 +94,8 @@ class EntityQueueForm extends BundleEntityFormBase { $form['label'] = [ '#type' => 'textfield', '#title' => $this->t('Name'), - '#maxlength' => 255, + '#maxlength' => 32, + '#size' => 32, '#default_value' => $queue->label(), '#description' => $this->t('The human-readable name of this entity queue. This name must be unique.'), '#required' => TRUE,