We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14ca42a commit c3cf67aCopy full SHA for c3cf67a
Ui/Component/Document/Form/Button/DeleteButton.php
@@ -43,7 +43,7 @@ public function getButtonData(): array
43
'label' => new Phrase('Delete'),
44
'class' => 'delete',
45
'on_click' => sprintf(
46
- 'deleteConfirm(\'%s\', \'%s\')',
+ 'deleteConfirm(\'%s\', \'%s\', {"data": {}})',
47
new Phrase('Are you sure you want to do this?'),
48
$this->urlBuilder->getUrl('*/*/delete', ['id' => $entityId])
49
),
0 commit comments