Merge #20199 - Fix #18303 - Fix indexDialogPreviewModal is null

Pull-request: #20199
Fixes: #18303
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2026-03-05 09:58:37 +01:00
commit 0fdf541cb6
No known key found for this signature in database
GPG Key ID: 70684F4717D49A31

View File

@ -258,6 +258,8 @@ class Normalization
. '</fieldset>'
. '</div>';
$html .= $this->template->render('modals/index_dialog_modal');
return $html;
}