Skip to content
Snippets Groups Projects

Issue #3238915: Refactor (if feasible) uses of the jQuery ready function to use VanillaJS

Closed Issue #3238915: Refactor (if feasible) uses of the jQuery ready function to use VanillaJS
Closed Harumi Jang requested to merge issue/drupal-3238915:3238915-refactor-if-feasible into 9.3.x
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) {
@@ -860,7 +860,7 @@ public function getItems(ResultRow $values) {
}
}
if ($this->options['field_api_classes']) {
if ($this->options['field_api_classes']) {
return [['rendered' => $this->renderer->render($build_list)]];
return [['rendered' => $build_list]];
}
}
// Render using the formatted data itself.
// Render using the formatted data itself.
Loading