Skip to content

Commit

Permalink
🔃 [EngCom] Public Pull Requests - 2.2-develop
Browse files Browse the repository at this point in the history
Accepted Public Pull Requests:
 - magento#20219: Changes-Hamburger-Icon-was-available-on-a-page (by @amol2jcommerce)
 - magento#20208: magento/magento2:magento#19101 - API REST and Reserved Order Id (by @saphaljha)


Fixed GitHub Issues:
 - magento#20210: Hamburger Icon was available on a page where menu was not present. Issue in responsive view (reported by @swetacedcoss) has been fixed in magento#20219 by @amol2jcommerce in 2.2-develop branch
   Related commits:
     1. 8ddc45b

 - magento#19101: API REST and Reserved Order Id (reported by @davidlhoumaud) has been fixed in magento#20208 by @saphaljha in 2.2-develop branch
   Related commits:
     1. e3ec0f6
  • Loading branch information
magento-engcom-team authored Jan 16, 2019
2 parents d20f927 + fda1207 commit 0369e3a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/code/Magento/Quote/Api/Data/CartInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -223,14 +223,14 @@ public function setBillingAddress(\Magento\Quote\Api\Data\AddressInterface $bill
/**
* Returns the reserved order ID for the cart.
*
* @return int|null Reserved order ID. Otherwise, null.
* @return string|null Reserved order ID. Otherwise, null.
*/
public function getReservedOrderId();

/**
* Sets the reserved order ID for the cart.
*
* @param int $reservedOrderId
* @param string $reservedOrderId
* @return $this
*/
public function setReservedOrderId($reservedOrderId);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
<severity value="CRITICAL"/>
<testCaseId value="MAGETWO-95524"/>
<group value="sales"/>
<skip>
<issueId value="MAGETWO-97664"/>
</skip>
</annotations>
<before>
<createData entity="_defaultCategory" stepKey="createCategory"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,12 @@
}
}

.page-print {
.nav-toggle {
display: none;
}
}

.page-main {
> .page-title-wrapper {
.page-title + .action {
Expand Down

0 comments on commit 0369e3a

Please sign in to comment.