Commit 30d114cc authored by catch's avatar catch
Browse files

Issue #3264987 by marciaibanez, apaderno, Pasqualle, longwave:...

Issue #3264987 by marciaibanez, apaderno, Pasqualle, longwave: $data['node_field_revision']['langcode']['help'] is set twice

(cherry picked from commit 5661bc4a)
parent 523894df
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -27,13 +27,10 @@ public function getViewsData() {
    ];

    $data['node_field_data']['title']['field']['default_formatter_settings'] = ['link_to_entity' => TRUE];

    $data['node_field_data']['title']['field']['link_to_node default'] = TRUE;

    $data['node_field_data']['type']['argument']['id'] = 'node_type';

    $data['node_field_data']['langcode']['help'] = $this->t('The language of the content or translation.');

    $data['node_field_data']['status']['filter']['label'] = $this->t('Published status');
    $data['node_field_data']['status']['filter']['type'] = 'yes-no';
    // Use status = 1 instead of status <> 0 in WHERE statement.