mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-18 21:59:51 +00:00
remove trailing dumps
This commit is contained in:
parent
674629e2bf
commit
9db43f1de3
@ -44,7 +44,7 @@ class ConfidentialFilter implements FilterInterface
|
|||||||
|
|
||||||
public function describeAction($data, $format = 'string'): array
|
public function describeAction($data, $format = 'string'): array
|
||||||
{
|
{
|
||||||
dump($data, self::CHOICES);
|
//dump($data, self::CHOICES);
|
||||||
|
|
||||||
foreach (self::CHOICES as $k => $v) {
|
foreach (self::CHOICES as $k => $v) {
|
||||||
if ($v === $data['accepted_confidentials']) {
|
if ($v === $data['accepted_confidentials']) {
|
||||||
|
@ -71,7 +71,7 @@ class SocialWorkTypeFilter implements FilterInterface
|
|||||||
|
|
||||||
$builder->addEventListener(FormEvents::PRE_SUBMIT, function (FormEvent $event) use ($refreshGoals) {
|
$builder->addEventListener(FormEvents::PRE_SUBMIT, function (FormEvent $event) use ($refreshGoals) {
|
||||||
$data = $event->getData();
|
$data = $event->getData();
|
||||||
dump($data);
|
//dump($data);
|
||||||
|
|
||||||
$refreshGoals($event->getForm(), $data);
|
$refreshGoals($event->getForm(), $data);
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user