Skip to content

Commit ecced32

Browse files
committed
ACP2E-55: Simple only global attributes make configurable attributes hidden when creating product configurations
- Fixed the static test failure.
1 parent 40c03a1 commit ecced32

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/ConfigurableProduct/Ui/DataProvider/Attributes.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ public function __construct(
3636
$this->collection = $configurableAttributeHandler->getApplicableAttributes();
3737
}
3838

39-
/** Getting the product attribute collection.
39+
/**
40+
* Getting the product attribute collection.
4041
*
4142
* @return \Magento\Catalog\Model\ResourceModel\Product\Attribute\Collection
4243
*/

0 commit comments

Comments
 (0)