From b7422f05d38511f915ffa34db5076f8f85e95aee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Stan=C4=9Bk?= Date: Fri, 18 Sep 2020 18:30:45 +0200 Subject: [PATCH] =?UTF-8?q?redirect=20po=20publikov=C3=A1n=C3=AD=20v=C3=BD?= =?UTF-8?q?sledk=C5=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/AuthenticatedModule/Components/PublishResult.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/AuthenticatedModule/Components/PublishResult.php b/app/AuthenticatedModule/Components/PublishResult.php index 5994e7e..a306712 100644 --- a/app/AuthenticatedModule/Components/PublishResult.php +++ b/app/AuthenticatedModule/Components/PublishResult.php @@ -41,7 +41,7 @@ public function handlePublishResult() : void { $this->commandBus->handle(new PublishVoting()); - $this->reload(); + $this->redirect('this'); } protected function createComponentVotingStateBox() : VotingStateBox