We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d53a676 + 7490ca3 commit d86797eCopy full SHA for d86797e
app/code/Magento/Catalog/Block/Adminhtml/Product/Attribute/Set/Main.php
@@ -6,13 +6,13 @@
6
namespace Magento\Catalog\Block\Adminhtml\Product\Attribute\Set;
7
8
/**
9
- * Adminhtml Catalog Attribute Set Main Block
10
- *
11
* @author Magento Core Team <[email protected]>
12
*/
13
use Magento\Catalog\Model\Entity\Product\Attribute\Group\AttributeMapperInterface;
14
15
+ * Adminhtml Catalog Attribute Set Main Block.
+ *
16
* @api
17
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
18
* @since 100.0.2
@@ -140,7 +140,7 @@ protected function _prepareLayout()
140
) . '\', \'' . $this->getUrl(
141
'catalog/*/delete',
142
['id' => $setId]
143
- ) . '\')',
+ ) . '\',{data: {}})',
144
'class' => 'delete'
145
]
146
);
0 commit comments