diff --git a/core/modules/field/lib/Drupal/field/Plugin/Type/Widget/WidgetBase.php b/core/modules/field/lib/Drupal/field/Plugin/Type/Widget/WidgetBase.php index 9112ebc..f7df6ba 100644 --- a/core/modules/field/lib/Drupal/field/Plugin/Type/Widget/WidgetBase.php +++ b/core/modules/field/lib/Drupal/field/Plugin/Type/Widget/WidgetBase.php @@ -128,7 +128,7 @@ public function form(FieldItemListInterface $items, array &$form, array &$form_s 'field-widget-' . drupal_html_class($this->getPluginId()), ), ), - '#access' => $items->access('edit'), + '#access' => $items->access('update'), 'widget' => $elements, ), );