Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 0bc56207 authored by Nicolas's avatar Nicolas
Browse files

Correction de l'affichage du listing

parent 83e5048e
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment