Skip to content

Commit

Permalink
Merge branch 'MAGETWO-95020' into 2.2-develop-pr24
Browse files Browse the repository at this point in the history
  • Loading branch information
serhii-balko committed Mar 15, 2019
2 parents 19819d0 + 7962eef commit 6948313
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/code/Magento/Catalog/Block/Adminhtml/Category/Tree.php
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ public function getIsWasExpanded()
* Get move url
*
* @return string
* @SuppressWarnings(PHPMD.RequestAwareBlockMethod)
*/
public function getMoveUrl()
{
Expand Down Expand Up @@ -450,6 +451,7 @@ protected function _isParentSelectedCategory($node)
* Check if page loaded by outside link to category edit
*
* @return boolean
* @SuppressWarnings(PHPMD.RequestAwareBlockMethod)
*/
public function isClearEdit()
{
Expand Down

0 comments on commit 6948313

Please sign in to comment.