Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Commit

Permalink
Merge pull request #43 from Klantinteractie-Servicesysteem/feature/qu…
Browse files Browse the repository at this point in the history
…ick-fix-action

Lets not trigger this every minute...
  • Loading branch information
WilcoLouwerse authored Jan 20, 2023
2 parents 2ce4320 + 5863775 commit 4c970c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Service/InstallationService.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public function createActions(): void
$defaultConfig = $this->addActionConfiguration($actionHandler);

$action = new Action($actionHandler);
$action->setListens(['kiss.default.listens']);
$action->setListens(['commongateway.response.pre']);
$action->setConfiguration($defaultConfig);

$this->entityManager->persist($action);
Expand Down

0 comments on commit 4c970c8

Please sign in to comment.