Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / workflows / src / Form / WorkflowTransitionDeleteForm.php
index 63479626d4f8756cd324ba21889cfcf6dfa2949e..1fee5d41579151ae1f2f3c29c7b60723e7bcfcff 100644 (file)
@@ -98,7 +98,7 @@ class WorkflowTransitionDeleteForm extends ConfirmFormBase {
       ->deleteTransition($this->transition->id());
     $this->workflow->save();
 
-    drupal_set_message($this->t('%transition transition deleted.', ['%transition' => $this->transition->label()]));
+    $this->messenger()->addStatus($this->t('%transition transition deleted.', ['%transition' => $this->transition->label()]));
     $form_state->setRedirectUrl($this->getCancelUrl());
   }