Skip to content
Snippets Groups Projects

3023322 - Contextual Links Style Update

7 unresolved threads
2 files
+ 22
1
Compare changes
  • Side-by-side
  • Inline
Files
2
  • 4f3749b2
    Issue #3253568 by Spokje, paul121, rviner, longwave, alexpott, quietone:... · 4f3749b2
    catch authored
    Issue #3253568 by Spokje, paul121, rviner, longwave, alexpott, quietone: Error: Cannot use object of type Drupal\Core\Render\Markup as array in Drupal\Core\Render\Renderer->doRender() (line 218. When checkbox 'Use field template' is checked
    
    (cherry picked from commit bd9fa275)
@@ -860,7 +860,7 @@ public function getItems(ResultRow $values) {
}
if ($this->options['field_api_classes']) {
return [['rendered' => $this->renderer->render($build_list)]];
return [['rendered' => $build_list]];
}
// Render using the formatted data itself.
Loading