mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
remove dump
This commit is contained in:
parent
780c14cfbe
commit
31befaa339
@ -103,7 +103,7 @@ class ActivityType extends AbstractType
|
|||||||
if ($options['accompanyingPeriod']) {
|
if ($options['accompanyingPeriod']) {
|
||||||
$accompanyingPeriod = $options['accompanyingPeriod'];
|
$accompanyingPeriod = $options['accompanyingPeriod'];
|
||||||
}
|
}
|
||||||
dump($options['data']->getType());
|
|
||||||
if ($activityType->isVisible('socialIssues') && $accompanyingPeriod) {
|
if ($activityType->isVisible('socialIssues') && $accompanyingPeriod) {
|
||||||
$builder->add('socialIssues', EntityType::class, [
|
$builder->add('socialIssues', EntityType::class, [
|
||||||
'label' => $activityType->getLabel('socialIssues'),
|
'label' => $activityType->getLabel('socialIssues'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user