mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-10-31 09:18:24 +00:00 
			
		
		
		
	csfixer after (rebuild php container)
This commit is contained in:
		| @@ -678,8 +678,8 @@ final class ActivityController extends AbstractController | ||||
|                 throw $this->createNotFoundException('Accompanying Period not found'); | ||||
|             } | ||||
|  | ||||
|         // TODO Add permission | ||||
|         // $this->denyAccessUnlessGranted('CHILL_PERSON_SEE', $person); | ||||
|             // TODO Add permission | ||||
|             // $this->denyAccessUnlessGranted('CHILL_PERSON_SEE', $person); | ||||
|         } else { | ||||
|             throw $this->createNotFoundException('Person or Accompanying Period not found'); | ||||
|         } | ||||
|   | ||||
| @@ -117,7 +117,7 @@ class ThirdPartyType extends AbstractType | ||||
|                     'label' => 'thirdparty.Contact data are confidential', | ||||
|                 ]); | ||||
|  | ||||
|         // Institutional ThirdParty (parent) | ||||
|             // Institutional ThirdParty (parent) | ||||
|         } else { | ||||
|             $builder | ||||
|                 ->add('nameCompany', TextType::class, [ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user