Skip to content

Commit b2f1417

Browse files
🔃 [EngCom] Public Pull Requests - 2.3-develop
Accepted Public Pull Requests: - #20791: Fixed issue 20790 wishlist icons (by @abrarpathan19) - #20493: Widget-left-navigation-block (by @dipti2jcommerce) - #20727: Exceptions when search product with sku like "42-" (by @Nazar65) - #20756: cms-page-top-spacing-issue :: changes to remove top spacing on Cms pa� (by @ranee2jcommerce) - #19270: escape logo alt text and title (by @ErikPel) - #20762: fixed minor typo (by @pankaj-cedcoss) - #20749: Correct spelling (by @ravi-chandra3197) - #20610: admin-order-info-issue (by @dipti2jcommerce) - #20403: Fixed-Schedule-Update-Form-filed-misalign (by @amol2jcommerce) - #20138: Fixed checkout page product options alignment in order summary (by @mage2pratik) - #19845: Curl - allow setting HTTP version (by @SikailoISM) - #20607: Add filter for `NOT FIND_IN_SET` sql conditions (by @mageprince) Fixed GitHub Issues: - #20790: Luma theme My Wish List page Edit and Remove icons consistency design improvement (reported by @abrarpathan19) has been fixed in #20791 by @abrarpathan19 in 2.3-develop branch Related commits: 1. 5f258f2 2. f4e9176 - #20492: In Admin configuration Widget left navigation block not proper in tablet landscape view (reported by @dipti2jcommerce) has been fixed in #20493 by @dipti2jcommerce in 2.3-develop branch Related commits: 1. 00e1069 - #9988: Quick search by SKU not working properly (reported by @harimayco) has been fixed in #20727 by @Nazar65 in 2.3-develop branch Related commits: 1. cb681ab 2. 7539e8e - #20689: Elastic search not working if sku is like 42-315 (reported by @arijit-codilar) has been fixed in #20727 by @Nazar65 in 2.3-develop branch Related commits: 1. cb681ab 2. 7539e8e - #20716: Exceptions when search product with sku like "42-" (reported by @Nazar65) has been fixed in #20727 by @Nazar65 in 2.3-develop branch Related commits: 1. cb681ab 2. 7539e8e - #20755: cms page top spacing issue at mobile (reported by @priti2jcommerce) has been fixed in #20756 by @ranee2jcommerce in 2.3-develop branch Related commits: 1. 85a5e4d - #19269: Logo "alt" attribute not escaped; possible (self) XSS (reported by @KevinGimbel) has been fixed in #19270 by @ErikPel in 2.3-develop branch Related commits: 1. 42308ca 2. 2d20343 3. be294e8 - #20609: Currency rate value not align proper in order information tab when we create creditmemo from admin (reported by @dipti2jcommerce) has been fixed in #20610 by @dipti2jcommerce in 2.3-develop branch Related commits: 1. 8c4dc05 - #20402: Schedule update from filed misalignment in 768 x 1147 resolution (reported by @amol2jcommerce) has been fixed in #20403 by @amol2jcommerce in 2.3-develop branch Related commits: 1. 9ce78e0 2. 48917fc - #20134: On checkout page product options is not align in order summary (reported by @nainesh2jcommerce) has been fixed in #20138 by @mage2pratik in 2.3-develop branch Related commits: 1. b46a307 2. fb38437 3. b227988 - #19442: Magento/Framework/HTTP/Adapter/Curl.php doesn't allow setting HTTP version (reported by @ryanreeves-taxjar) has been fixed in #19845 by @SikailoISM in 2.3-develop branch Related commits: 1. 3ad96a1
2 parents dbdc67c + f89da61 commit b2f1417

File tree

15 files changed

+71
-24
lines changed

15 files changed

+71
-24
lines changed

app/code/Magento/Catalog/Block/Adminhtml/Form/Renderer/Fieldset/Element.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
* See COPYING.txt for license details.
55
*/
66

7+
namespace Magento\Catalog\Block\Adminhtml\Form\Renderer\Fieldset;
8+
79
/**
810
* Catalog fieldset element renderer
911
*
1012
* @author Magento Core Team <core@magentocommerce.com>
1113
*/
12-
namespace Magento\Catalog\Block\Adminhtml\Form\Renderer\Fieldset;
13-
1414
class Element extends \Magento\Backend\Block\Widget\Form\Renderer\Fieldset\Element
1515
{
1616
/**
@@ -29,7 +29,7 @@ public function getDataObject()
2929
}
3030

3131
/**
32-
* Retireve associated with element attribute object
32+
* Retrieve associated with element attribute object
3333
*
3434
* @return \Magento\Catalog\Model\ResourceModel\Eav\Attribute
3535
*/

app/code/Magento/CatalogRule/Test/Mftf/Test/CatalogPriceRuleAndCustomerGroupMembershipArePersistedUnderLongTermCookieTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<amOnPage url="{{StorefrontCategoryPage.url($$createCategory.name$$)}}" stepKey="onStorefrontCategoryPage"/>
6565
<see selector="{{StorefrontCategoryProductSection.ProductPriceByNumber('1')}}" userInput="$$createProduct.price$$" stepKey="checkPriceSimpleProduct"/>
6666

67-
<!--Login to storfront from customer and check price-->
67+
<!--Login to storefront from customer and check price-->
6868
<actionGroup ref="LoginToStorefrontActionGroup" stepKey="logInFromCustomer">
6969
<argument name="Customer" value="$$createCustomer$$"/>
7070
</actionGroup>

app/code/Magento/Sales/view/adminhtml/templates/order/view/info.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ $customerUrl = $block->getCustomerViewUrl();
104104
<?php if ($order->getBaseCurrencyCode() != $order->getOrderCurrencyCode()): ?>
105105
<tr>
106106
<th><?= $block->escapeHtml(__('%1 / %2 rate:', $order->getOrderCurrencyCode(), $order->getBaseCurrencyCode())) ?></th>
107-
<th><?= $block->escapeHtml($order->getBaseToOrderRate()) ?></th>
107+
<td><?= $block->escapeHtml($order->getBaseToOrderRate()) ?></td>
108108
</tr>
109109
<?php endif; ?>
110110
</table>

app/code/Magento/Theme/view/frontend/templates/html/header/logo.phtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<span data-action="toggle-nav" class="action nav-toggle"><span><?= /* @escapeNotVerified */ __('Toggle Nav') ?></span></span>
1515
<a class="logo" href="<?= $block->getUrl('') ?>" title="<?= /* @escapeNotVerified */ $storeName ?>">
1616
<img src="<?= /* @escapeNotVerified */ $block->getLogoSrc() ?>"
17-
title="<?= /* @escapeNotVerified */ $block->getLogoAlt() ?>"
18-
alt="<?= /* @escapeNotVerified */ $block->getLogoAlt() ?>"
17+
title="<?= $block->escapeHtmlAttr($block->getLogoAlt()) ?>"
18+
alt="<?= $block->escapeHtmlAttr($block->getLogoAlt()) ?>"
1919
<?= $block->getLogoWidth() ? 'width="' . $block->getLogoWidth() . '"' : '' ?>
2020
<?= $block->getLogoHeight() ? 'height="' . $block->getLogoHeight() . '"' : '' ?>
2121
/>

app/code/Magento/Ui/view/base/web/js/grid/controls/bookmarks/bookmarks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ define([
382382
* Checks if specified view is in editing state.
383383
*
384384
* @param {String} index - Index of a view to be checked.
385-
* @returns {Bollean}
385+
* @returns {Boolean}
386386
*/
387387
isEditing: function (index) {
388388
return this.editing === index;

app/design/adminhtml/Magento/backend/Magento_Backend/web/css/source/module/main/_page-nav.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
font-weight: @font-weight__heavier;
204204
line-height: @line-height__s;
205205
margin: 0 0 -1px;
206-
padding: @admin__page-nav-link__padding;
206+
padding: 2rem 0 2rem 1rem;
207207
transition: @admin__page-nav-transition;
208208
word-wrap: break-word;
209209
}

app/design/adminhtml/Magento/backend/web/css/source/forms/_fields.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,10 +660,11 @@
660660
&.admin__field {
661661
> .admin__field-control {
662662
&:extend(.abs-field-size-small all);
663-
float: left;
664663
position: relative;
664+
display: inline-block;
665665
}
666666
}
667+
667668

668669
+ .admin__field:last-child {
669670
width: auto;

app/design/frontend/Magento/blank/Magento_Checkout/web/css/source/module/checkout/_order-summary.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,10 @@
118118

119119
.product {
120120
position: relative;
121+
.item-options {
122+
&:extend(.abs-product-options-list all);
123+
&:extend(.abs-add-clearfix all);
124+
}
121125
}
122126
}
123127

app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/_minicart.less

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,13 @@
6363
}
6464
}
6565

66+
dl {
67+
&.product.options.list {
68+
display: inline-block;
69+
vertical-align: top;
70+
}
71+
}
72+
6673
.text {
6774
&.empty {
6875
text-align: center;
@@ -288,6 +295,15 @@
288295
.details-qty {
289296
margin-top: @indent__s;
290297
}
298+
299+
.product {
300+
.options {
301+
&.list {
302+
&:extend(.abs-product-options-list all);
303+
&:extend(.abs-add-clearfix all);
304+
}
305+
}
306+
}
291307
}
292308

293309
.product {

app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/checkout/_order-summary.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,10 @@
118118

119119
.product {
120120
position: relative;
121+
.item-options {
122+
&:extend(.abs-product-options-list all);
123+
&:extend(.abs-add-clearfix all);
124+
}
121125
}
122126
}
123127

0 commit comments

Comments
 (0)