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

#3384913 SupportTicketTypeForm updates.

parent f5f6d767
No related branches found
No related tags found
No related merge requests found
......@@ -260,6 +260,7 @@ class SupportTicketTypeForm extends EntityForm {
->addStatus($this->t('The support ticket type %name has been updated.', $t_args));
}
elseif ($status == SAVED_NEW) {
// @todo research why this needed.
SupportTicketUtility::supportTicketAddBodyField($this->entity);
$this->messenger()
->addStatus($this->t('The support ticket type %name has been added.', $t_args));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment