Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/in2code-pro/femanager in…
Browse files Browse the repository at this point in the history
…to develop

* 'develop' of https://github.com/in2code-pro/femanager:
  [BUGFIX] Fix javascript console error
  • Loading branch information
sbusemann committed Oct 4, 2023
2 parents e67b234 + c2f6923 commit 1c3df17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Classes/Controller/NewController.php
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ protected function statusAdminConfirmationRefused(User $user, $hash, $status)
*/
public function createStatusAction(): ResponseInterface
{
$this->assignForAll();
return $this->htmlResponse();
}

Expand Down

0 comments on commit 1c3df17

Please sign in to comment.