Skip to content

Commit dc2c27b

Browse files
author
Yaroslav Onischenko
committed
MAGETWO-37209: Excel Formula Injection via CSV/XML export - 2.x
1 parent 4fe6397 commit dc2c27b

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

app/code/Magento/Catalog/view/adminhtml/web/catalog/product/composite/configure.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ define([
77
"jquery/ui",
88
"mage/translate",
99
"prototype",
10-
"Magento_Ui/js/modal/modal",
11-
"domReady!"
10+
"Magento_Ui/js/modal/modal"
1211
], function(jQuery){
1312

1413
window.ProductConfigure = Class.create();

app/code/Magento/Sales/view/adminhtml/layout/sales_order_create_index.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
</referenceBlock>
2222
<referenceContainer name="after.body.start">
2323
<block class="Magento\Backend\Block\Template" name="optional_zip_countries" as="optional_zip_countries" template="Magento_Directory::js/optional_zip_countries.phtml"/>
24+
<block class="Magento\Catalog\Block\Adminhtml\Product\Composite\Configure" template="Magento_Catalog::catalog/product/composite/configure.phtml"/>
2425
</referenceContainer>
2526
<referenceContainer name="js">
2627
<block class="Magento\Backend\Block\Template" template="Magento_Sales::order/create/js.phtml" name="create"/>
@@ -75,8 +76,5 @@
7576
</block>
7677
</block>
7778
</referenceBlock>
78-
<referenceContainer name="before.body.end">
79-
<block class="Magento\Catalog\Block\Adminhtml\Product\Composite\Configure" template="Magento_Catalog::catalog/product/composite/configure.phtml"/>
80-
</referenceContainer>
8179
</body>
8280
</page>

0 commit comments

Comments
 (0)