diff --git a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_destroy.yml b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_destroy.yml index d7e4c2a..8eb8cbd 100644 --- a/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_destroy.yml +++ b/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_destroy.yml @@ -134,7 +134,7 @@ display: comment_cid: field: comment_cid id: comment_cid - table: node + table: node_field_data plugin_id: standard pid: field: pid diff --git a/core/modules/views_ui/src/Form/Ajax/AddHandler.php b/core/modules/views_ui/src/Form/Ajax/AddHandler.php index 50476d6..02d6e30 100644 --- a/core/modules/views_ui/src/Form/Ajax/AddHandler.php +++ b/core/modules/views_ui/src/Form/Ajax/AddHandler.php @@ -81,8 +81,6 @@ public function buildForm(array $form, FormStateInterface $form_state) { // Figure out all the base tables allowed based upon what the relationships provide. $base_tables = $executable->getBaseTables(); - debug(array_keys($base_tables)); - debug($type); $options = Views::viewsDataHelper()->fetchFields(array_keys($base_tables), $type, $display->useGroupBy(), $form_state->get('type')); if (!empty($options)) { diff --git a/core/modules/views_ui/src/Tests/ViewEditTest.php b/core/modules/views_ui/src/Tests/ViewEditTest.php index be9c487..61030bd 100644 --- a/core/modules/views_ui/src/Tests/ViewEditTest.php +++ b/core/modules/views_ui/src/Tests/ViewEditTest.php @@ -144,7 +144,7 @@ public function testEditFormLanguageOptions() { */ public function testsRelationRepresentativeNode() { // Populate and submit the form. - $edit["name[taxonomy_term_data.tid_representative]"] = TRUE; + $edit["name[taxonomy_term_field_data.tid_representative]"] = TRUE; $this->drupalPostForm('admin/structure/views/nojs/add-handler/test_groupwise_term_ui/default/relationship', $edit, 'Add and configure relationships'); // Apply changes. $edit = array();