Skip to content
Snippets Groups Projects

Issue #3100732: Allow specifying `meta` data on JSON:API objects

Closed Björn Brala requested to merge issue/drupal-3100732:3100732-allow-specifying-meta into 10.1.x
1 file
+ 0
3
Compare changes
  • Side-by-side
  • Inline
  • 30d114cc
    Issue #3264987 by marciaibanez, apaderno, Pasqualle, longwave:... · 30d114cc
    catch authored
    Issue #3264987 by marciaibanez, apaderno, Pasqualle, longwave: $data['node_field_revision']['langcode']['help'] is set twice
    
    (cherry picked from commit 5661bc4a)
@@ -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.
Loading