Skip to content

Commit c3cf67a

Browse files
committed
Fix document delete action to be post
1 parent 14ca42a commit c3cf67a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Ui/Component/Document/Form/Button/DeleteButton.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function getButtonData(): array
4343
'label' => new Phrase('Delete'),
4444
'class' => 'delete',
4545
'on_click' => sprintf(
46-
'deleteConfirm(\'%s\', \'%s\')',
46+
'deleteConfirm(\'%s\', \'%s\', {"data": {}})',
4747
new Phrase('Are you sure you want to do this?'),
4848
$this->urlBuilder->getUrl('*/*/delete', ['id' => $entityId])
4949
),

0 commit comments

Comments
 (0)