csfixer after (rebuild php container)

This commit is contained in:
Mathieu Jaumotte 2023-08-30 15:54:43 +02:00 committed by Julie Lenaerts
parent 7cdbee2d0f
commit 735a4aa97c
2 changed files with 3 additions and 3 deletions

View File

@ -678,8 +678,8 @@ final class ActivityController extends AbstractController
throw $this->createNotFoundException('Accompanying Period not found'); throw $this->createNotFoundException('Accompanying Period not found');
} }
// TODO Add permission // TODO Add permission
// $this->denyAccessUnlessGranted('CHILL_PERSON_SEE', $person); // $this->denyAccessUnlessGranted('CHILL_PERSON_SEE', $person);
} else { } else {
throw $this->createNotFoundException('Person or Accompanying Period not found'); throw $this->createNotFoundException('Person or Accompanying Period not found');
} }

View File

@ -117,7 +117,7 @@ class ThirdPartyType extends AbstractType
'label' => 'thirdparty.Contact data are confidential', 'label' => 'thirdparty.Contact data are confidential',
]); ]);
// Institutional ThirdParty (parent) // Institutional ThirdParty (parent)
} else { } else {
$builder $builder
->add('nameCompany', TextType::class, [ ->add('nameCompany', TextType::class, [