From 0bc56207bb77c9c726cab3970e6ea93d524a3c81 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nicolas=20B=C3=A9jean?= <nicolas@bejean.eu>
Date: Sat, 9 May 2020 10:28:46 +0200
Subject: [PATCH] Correction de l'affichage du listing

---
 Ui/Component/DataProvider.php | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Ui/Component/DataProvider.php b/Ui/Component/DataProvider.php
index 5853621..72fc06d 100755
--- a/Ui/Component/DataProvider.php
+++ b/Ui/Component/DataProvider.php
@@ -36,7 +36,7 @@ class DataProvider extends UiComponentDataProvider
     private $additionalFilterPool;
 
     /**
-     * @param string                    $title
+     * @param string                    $name
      * @param string                    $primaryFieldName
      * @param string                    $requestFieldName
      * @param Reporting                 $reporting
@@ -49,7 +49,7 @@ class DataProvider extends UiComponentDataProvider
      * @SuppressWarnings(PHPMD.ExcessiveParameterList)
      */
     public function __construct(
-        string                          $title,
+        string                          $name,
         string                          $primaryFieldName,
         string                          $requestFieldName,
         Reporting                       $reporting,
@@ -61,7 +61,7 @@ class DataProvider extends UiComponentDataProvider
         array                           $additionalFilterPool = []
     ) {
         parent::__construct(
-            $title,
+            $name,
             $primaryFieldName,
             $requestFieldName,
             $reporting,
-- 
GitLab