Skip to content

Commit

Permalink
ENGCOM-4792: [Backport] [Fixed] Category Update without "name" cannot…
Browse files Browse the repository at this point in the history
… be saved in scope "all" with REST API #22440
  • Loading branch information
sivaschenko authored Apr 23, 2019
2 parents ed97e2c + 5f633ab commit 7e01c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Catalog/Api/Data/CategoryInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function setParentId($parentId);
/**
* Get category name
*
* @return string
* @return string|null
*/
public function getName();

Expand Down

0 comments on commit 7e01c80

Please sign in to comment.