diff --git a/core/modules/system/src/Plugin/views/field/BulkForm.php b/core/modules/system/src/Plugin/views/field/BulkForm.php index 352db17..1579436 100644 --- a/core/modules/system/src/Plugin/views/field/BulkForm.php +++ b/core/modules/system/src/Plugin/views/field/BulkForm.php @@ -282,11 +282,6 @@ public function viewsFormSubmit(&$form, FormStateInterface $form_state) { foreach ($selected as $bulk_form_key) { $entity = $this->loadEntityFromBulkFormKey($bulk_form_key); - // Get appropriate language translation of the entity for the row. - if (isset($this->aliases['langcode']) && $langcode = $this->getValue($row, 'langcode')) { - $entity = $entity->getTranslation($langcode); - } - // Skip execution if the user did not have access. if (!$action->getPlugin()->access($entity, $this->view->getUser())) { $this->drupalSetMessage($this->t('No access to execute %action on the @entity_type_label %entity_label.', [