Skip to content
Snippets Groups Projects
Commit 5661bc4a 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
parent e67c6851
No related branches found
No related tags found
No related merge requests found
...@@ -27,13 +27,10 @@ public function getViewsData() { ...@@ -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']['default_formatter_settings'] = ['link_to_entity' => TRUE];
$data['node_field_data']['title']['field']['link_to_node default'] = 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']['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']['label'] = $this->t('Published status');
$data['node_field_data']['status']['filter']['type'] = 'yes-no'; $data['node_field_data']['status']['filter']['type'] = 'yes-no';
// Use status = 1 instead of status <> 0 in WHERE statement. // Use status = 1 instead of status <> 0 in WHERE statement.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment