Commit ad0a34b1 authored by Clemens Tolboom's avatar Clemens Tolboom Committed by Clemens Tolboom
Browse files

Issue #3284873 by clemens.tolboom, nitin_lama, elber, hexabinaer: Amend...

Issue #3284873 by clemens.tolboom, nitin_lama, elber, hexabinaer: Amend misleading machine name hint
parent 31a142a9
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -93,8 +93,6 @@ class TourForm extends EntityForm {
      '#type' => 'machine_name',
      '#machine_name' => [
        'exists' => '\Drupal\tour\Entity\Tour::load',
        'replace_pattern' => '[^a-z0-9-]+',
        'replace' => '-',
      ],
      '#default_value' => $tour->id(),
      '#disabled' => !$tour->isNew(),