fix showing Passman app icon in application header whether access is restricted to a certain group or not #694

This commit is contained in:
binsky 2021-05-25 23:56:13 +02:00
parent 344529b9ac
commit 5183d8eb58

View file

@ -65,8 +65,6 @@ class Application extends App implements IBootstrap {
}
public function register(IRegistrationContext $context): void {
$this->registerNavigationEntry();
$context->registerEventListener(
BeforeUserDeletedEvent::class,
UserDeletedListener::class
@ -133,6 +131,7 @@ class Application extends App implements IBootstrap {
$manager->registerNotifierService(Notifier::class);
Util::addTranslations(self::APP_ID);
$this->registerNavigationEntry();
}
/**