Skip to content

Commit

Permalink
Redirect to proper twig template
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaky212 committed Feb 17, 2023
1 parent dfc3583 commit 0d0813f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,10 @@ public function connectionRequestFromEntityAction(

if ($form->isValid()) {
$this->commandBus->handle($command);
return $this->render('@Dashboard/EntityPublished/sendConnectionRequest.html.twig', $parameters);
return $this->render(
'@Dashboard/EntityPublished/publishedProductionAndConnectionRequest.html.twig',
$parameters
);
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -406,10 +406,10 @@ entity.connection_request.ticket.institution: "Institution: %institution_name% C
"
entity.published_production.text.html: "Thanks for publishing \"%entityName%\" to our production environment."
entity.published_production_and_sent_connection_request.text.html: "Thanks for publishing \"%entityName%\" to our production environment and and connection request(s) to the service desk."
entity.published_production_and_sent_connection_request.text.html: "Thanks for publishing \"%entityName%\" to our production environment and sending the connection request(s) to the service desk."
entity.sending_connection_request.text.html: "Thanks for sending the connection request(s) to the service desk."
entity.sent_connection_request.title: "Successfully sent the connection request(s) to the service desk"
entity.published_production_and_sent_connection_request.title: "Successfully published the entity to production and sent connection request(s) to the service desk"
entity.published_production_and_sent_connection_request.title: "Successfully published the entity to production"

entity.published_production.title: "Successfully published the entity to production"
entity.published_test.text.html: "Thanks for publishing \"%entityName%\" to our test environment."
Expand Down

0 comments on commit 0d0813f

Please sign in to comment.