Commit c75e77b1 authored by git's avatar git Committed by Azz-eddine BERRAMOU
Browse files

Issue #3297714 by Project Update Bot: Automated Drupal 10 compatibility fixes

parent b55b1a17
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
name: Muuri
type: module
description: Provides integration with https://haltu.github.io/muuri/
core_version_requirement: ^8 || ^9
core_version_requirement: ^8 || ^9 || ^10
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ function template_preprocess_views_muuri(array &$variables) {
  $variables['#attached']['drupalSettings']['muuri']['gridOptions'] = $grid_options;

  // Render library.
  render($attached);
  \Drupal::service('renderer')->render($attached);
  // Call the unformatted theme function to not duplicate the same code.
  template_preprocess_views_view_unformatted($variables);
}