Use form title (if present) for delete modal

Created on 22 March 2023, about 2 years ago

For the add/edit modal we have the following logic for the modal title:

    $page_title = isset($form['#title']) ? $form['#title'] : $this->t('Delete @label', ['@label' => $entity->label()]);
    $response->addCommand(new OpenModalDialogCommand($page_title, $form, ['width' => '800px']));

For the delete modal, however, there's this logic:

$response->addCommand(new OpenModalDialogCommand(t('Delete @label', ['@label' => $entity->label()]), $form, ['width' => '800px']));

Let's align the delete modal title to that of the add/edit modal.

Feature request
Status

Needs review

Version

1.0

Component

Code

Created by

🇧🇪Belgium rp7

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024