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:
 - #21434: [Backport] 13982 customer login block sets the title for the page when rendered (by @amol2jcommerce)


Fixed GitHub Issues:
 - #13982: Customer Login Block sets the title for the page when rendered (reported by @matthew-muscat) has been fixed in #21434 by @amol2jcommerce in 2.2-develop branch
   Related commits:
     1. cd92878
     2. f1de340
  • Loading branch information
magento-engcom-team authored Mar 5, 2019
2 parents 6f49160 + 97cbde6 commit 3345ec4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
9 changes: 0 additions & 9 deletions app/code/Magento/Customer/Block/Form/Login.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,6 @@ public function __construct(
$this->_customerSession = $customerSession;
}

/**
* @return $this
*/
protected function _prepareLayout()
{
$this->pageConfig->getTitle()->set(__('Customer Login'));
return parent::_prepareLayout();
}

/**
* Retrieve form posting url
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
*/
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="1column" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<head>
<title>Customer Login</title>
</head>
<body>
<referenceContainer name="content">
<!-- customer.form.login.extra -->
Expand Down

0 comments on commit 3345ec4

Please sign in to comment.