Skip to content

Commit 0ce1f91

Browse files
ENGCOM-3641: Issue resolved #19607. Page Not Found when deleting Attribute Set #19614 #19633
- Merge Pull Request #19633 from cedcommerce/magento2:2.3-develop - Merged commits: 1. 144b028
2 parents 35c4f04 + 144b028 commit 0ce1f91

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)