diff --git a/src/Bundle/ChillActivityBundle/Controller/ActivityController.php b/src/Bundle/ChillActivityBundle/Controller/ActivityController.php
index 97678af50..444c663fc 100644
--- a/src/Bundle/ChillActivityBundle/Controller/ActivityController.php
+++ b/src/Bundle/ChillActivityBundle/Controller/ActivityController.php
@@ -650,8 +650,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');
}
diff --git a/src/Bundle/ChillActivityBundle/Menu/PersonMenuBuilder.php b/src/Bundle/ChillActivityBundle/Menu/PersonMenuBuilder.php
index 03a1b09ab..a3cebec38 100644
--- a/src/Bundle/ChillActivityBundle/Menu/PersonMenuBuilder.php
+++ b/src/Bundle/ChillActivityBundle/Menu/PersonMenuBuilder.php
@@ -26,12 +26,12 @@ final class PersonMenuBuilder implements LocalMenuBuilderInterface
/**
* @var AuthorizationCheckerInterface
*/
- protected $authorizationChecker;
+ private $authorizationChecker;
/**
* @var TranslatorInterface
*/
- protected $translator;
+ private $translator;
public function __construct(
AuthorizationCheckerInterface $authorizationChecker,
diff --git a/src/Bundle/ChillDocStoreBundle/Resources/public/vuejs/StoredObjectButton/DownloadButton.vue b/src/Bundle/ChillDocStoreBundle/Resources/public/vuejs/StoredObjectButton/DownloadButton.vue
index 98645873b..b22035bee 100644
--- a/src/Bundle/ChillDocStoreBundle/Resources/public/vuejs/StoredObjectButton/DownloadButton.vue
+++ b/src/Bundle/ChillDocStoreBundle/Resources/public/vuejs/StoredObjectButton/DownloadButton.vue
@@ -34,6 +34,7 @@ async function download_and_open(event: Event): Promise
{{ 'Old person'|trans }}: {{ 'Old person explain'|trans }}
@@ -43,7 +43,7 @@{{ 'New person'|trans }}: {{ 'New person explain'|trans }}
@@ -63,10 +63,10 @@ {{ form_start(form) }} -