Skip to content
Snippets Groups Projects
Commit e8273ae0 authored by JohnCullen's avatar JohnCullen
Browse files

#3384913 setting up route tests for POST requests.

parent b5174ec0
Branches
No related tags found
No related merge requests found
...@@ -266,7 +266,7 @@ class SupportTicketTypeForm extends EntityForm { ...@@ -266,7 +266,7 @@ class SupportTicketTypeForm extends EntityForm {
->addStatus($this->t('The support ticket type %name has been added.', $t_args)); ->addStatus($this->t('The support ticket type %name has been added.', $t_args));
$context = array_merge($t_args, $context = array_merge($t_args,
['link' => $this->entity->toUrl('collection')] ['link' => $this->entity->toUrl('collection')->toString()]
); );
$this->logger('support_ticket') $this->logger('support_ticket')
->notice('Added support ticket type %name.', $context); ->notice('Added support ticket type %name.', $context);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment