Support from Acquia helps fund testing for Drupal Acquia logo

Comments

andypost created an issue. See original summary.

andypost’s picture

Status: Active » Needs review
FileSize
17.05 KB
longwave’s picture

Status: Needs review » Reviewed & tested by the community

Looks good. The usage of DeprecatedModulesTestTrait still remains but this is necessary to ensure future deprecated modules are tested correctly.

larowlan’s picture

larowlan’s picture

Status: Reviewed & tested by the community » Fixed

fixed on commit

diff --git a/core/modules/field_ui/src/Form/EntityDisplayFormBase.php b/core/modules/field_ui/src/Form/EntityDisplayFormBase.php
index 827d9bc47c..97d234aad4 100644
--- a/core/modules/field_ui/src/Form/EntityDisplayFormBase.php
+++ b/core/modules/field_ui/src/Form/EntityDisplayFormBase.php
@@ -14,7 +14,6 @@
 use Drupal\Core\Field\PluginSettingsInterface;
 use Drupal\Core\Form\FormStateInterface;
 use Drupal\Core\Routing\RouteMatchInterface;
-use Drupal\field_ui\Element\FieldUiTable;
 use Drupal\field_ui\FieldUI;

 /**

Committed fa57bee and pushed to 9.0.x. Thanks!

  • larowlan committed fa57bee on 9.0.x
    Issue #3097753 by andypost, longwave: Remove field and field UI modules...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.