Skip to content

Commit 144b028

Browse files
author
Cedcommerce
authored
Made delete request post
1 parent 35c4f04 commit 144b028

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/Block/Adminhtml/Product/Attribute/Set

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Block/Adminhtml/Product/Attribute/Set/Main.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ protected function _prepareLayout()
140140
) . '\', \'' . $this->getUrl(
141141
'catalog/*/delete',
142142
['id' => $setId]
143-
) . '\')',
143+
) . '\',{data: {}})',
144144
'class' => 'delete'
145145
]
146146
);

0 commit comments

Comments
 (0)