Skip to content

Commit

Permalink
ref: calendar_replan.json.twig has been replaced by FlashMessageLogge…
Browse files Browse the repository at this point in the history
…r::buildJsonResponse
  • Loading branch information
theus77 committed Feb 22, 2024
1 parent 83d02f6 commit 5f305e5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function update(View $view, Request $request): Response
$revision->setRawData($rawData);
$this->dataService->finalizeDraft($revision);

return $this->render("@$this->templateNamespace/view/custom/calendar_replan.json.twig", [
return $this->flashMessageLogger->buildJsonResponse([
'success' => true,
]);
} catch (\Exception $e) {
Expand Down

This file was deleted.

0 comments on commit 5f305e5

Please sign in to comment.