Skip to content
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.

Commit

Permalink
Merge pull request #111 from skaut/fix/publish-results-refresh
Browse files Browse the repository at this point in the history
redirect po publikování výsledků
  • Loading branch information
jan-stanek authored Sep 18, 2020
2 parents ea9be80 + b7422f0 commit 3118261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/AuthenticatedModule/Components/PublishResult.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function handlePublishResult() : void
{
$this->commandBus->handle(new PublishVoting());

$this->reload();
$this->redirect('this');
}

protected function createComponentVotingStateBox() : VotingStateBox
Expand Down

0 comments on commit 3118261

Please sign in to comment.