Merge branch 'issue120_filter_social_actions' into 'master'

Add filter to social actions

See merge request Chill-Projet/chill-bundles!570
This commit is contained in:
2023-07-14 09:14:21 +00:00
6 changed files with 144 additions and 39 deletions

View File

@@ -14,19 +14,11 @@ namespace Chill\MainBundle\Templating\Listing;
use Chill\MainBundle\Entity\User;
use Chill\MainBundle\Form\Type\Listing\FilterOrderType;
use DateTimeImmutable;
use Symfony\Component\Form\Extension\Core\Type\FormType;
use Symfony\Component\Form\Extension\Core\Type\HiddenType;
use Symfony\Component\Form\FormFactoryInterface;
use Symfony\Component\Form\FormInterface;
use Symfony\Component\HttpFoundation\RequestStack;
use Symfony\Component\PropertyAccess\PropertyAccessor;
use Symfony\Component\PropertyAccess\PropertyAccessorInterface;
use Symfony\Component\PropertyAccess\PropertyPath;
use Symfony\Component\PropertyAccess\PropertyPathInterface;
use Symfony\Contracts\Translation\TranslatorInterface;
use function array_merge;
use function count;
final class FilterOrderHelper
{
@@ -54,7 +46,6 @@ final class FilterOrderHelper
*/
private array $entityChoices = [];
/**
* @var array<string, array{label: string, options: array}>
*/