Skip to content

Commit 0086260

Browse files
author
valdislav
committed
MAGETWO-37431: "Add Item To Return" button becomes disabled after required item fields are filled on Frontend
1 parent 649b03a commit 0086260

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/code/Magento/Sales/Model/Order.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,7 @@ public function setCanSendNewEmailFlag($flag)
427427
/**
428428
* Load order by system increment identifier
429429
*
430+
* @deprecated
430431
* @param string $incrementId
431432
* @return \Magento\Sales\Model\Order
432433
*/

dev/tests/functional/tests/app/Magento/Cms/Test/Page/CmsIndex.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@
1818
<block name="currencyBlock" class="Magento\Directory\Test\Block\Currency\Switcher" locator=".switcher.currency" strategy="css selector" />
1919
<block name="cmsPageBlock" class="Magento\Cms\Test\Block\Page" locator=".page-main" strategy="css selector" />
2020
<block name="widgetView" class="Magento\Widget\Test\Block\WidgetView" locator=".widget" strategy="css selector" />
21+
<block name="messagesBlock" class="Magento\Backend\Test\Block\Messages" locator=".messages" strategy="css selector"/>
2122
</page>
2223
</config>

0 commit comments

Comments
 (0)