mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
FEATURE [repository] implement filter logic
This commit is contained in:
@@ -255,6 +255,7 @@ class Address implements TrackCreationInterface, TrackUpdateInterface
|
||||
|
||||
public function syncWithReference(AddressReference $addressReference): Address
|
||||
{
|
||||
dump($addressReference);
|
||||
$this
|
||||
->setPoint($addressReference->getPoint())
|
||||
->setPostcode($addressReference->getPostcode())
|
||||
|
@@ -11,6 +11,7 @@ declare(strict_types=1);
|
||||
|
||||
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;
|
||||
@@ -134,7 +135,7 @@ class FilterOrderHelper
|
||||
return $this->userPickers;
|
||||
}
|
||||
|
||||
public function getUserPickerData(string $name): array
|
||||
public function getUserPickerData(string $name)
|
||||
{
|
||||
return $this->getFormData()['user_pickers'][$name];
|
||||
}
|
||||
|
Reference in New Issue
Block a user