Revert "apply fixes for list"

This reverts commit 938027cc
This commit is contained in:
2023-06-18 11:58:42 +02:00
parent 960acb8c0a
commit 50de389bc7
12 changed files with 9 additions and 55 deletions

View File

@@ -44,10 +44,6 @@ class ListActivity implements ListInterface, GroupedExportInterface
{
$this->helper->buildForm($builder);
}
public function getFormDefaultData(): array
{
return [];
}
public function getAllowedFormattersTypes()
{

View File

@@ -88,10 +88,6 @@ class ListActivity implements ListInterface, GroupedExportInterface
])],
]);
}
public function getFormDefaultData(): array
{
return [];
}
public function getAllowedFormattersTypes()
{