Skip to content
Snippets Groups Projects
Commit 3b4c736f authored by Adam Shepherd's avatar Adam Shepherd
Browse files

Issue #3270407 by AdamPS, larisse: Indicate which policy is being edited

parent 14ec3d43
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,13 @@ class PolicyEditForm extends EntityForm {
$form['#prefix'] = '<div id="mailer-policy-edit-form">';
$form['#suffix'] = '</div>';
$form['label'] = [
'#markup' => $this->entity->label(),
'#prefix' => '<h2>',
'#suffix' => '</h2>',
'#weight' => -2,
];
// Add adjuster button.
$ajax = [
'callback' => '::ajaxUpdate',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment