File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/Catalog/Block/Adminhtml/Product/Attribute/Set Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
namespace Magento \Catalog \Block \Adminhtml \Product \Attribute \Set ;
7
7
8
8
/**
9
- * Adminhtml Catalog Attribute Set Main Block
10
- *
11
9
* @author Magento Core Team <core@magentocommerce.com>
12
10
*/
13
11
use Magento \Catalog \Model \Entity \Product \Attribute \Group \AttributeMapperInterface ;
14
12
15
13
/**
14
+ * Adminhtml Catalog Attribute Set Main Block.
15
+ *
16
16
* @api
17
17
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
18
18
* @since 100.0.2
@@ -140,7 +140,7 @@ protected function _prepareLayout()
140
140
) . '\', \'' . $ this ->getUrl (
141
141
'catalog/*/delete ' ,
142
142
['id ' => $ setId ]
143
- ) . '\') ' ,
143
+ ) . '\',{data: {}} ) ' ,
144
144
'class ' => 'delete '
145
145
]
146
146
);
You can’t perform that action at this time.
0 commit comments