Skip to content

Commit 2abcc02

Browse files
author
Andrii Lugovyi
committed
MAGETWO-39440: Prepare pull request
- MAGETWO-39458: Fix builds - static
1 parent 1f3ad27 commit 2abcc02

File tree

1 file changed

+3
-1
lines changed
  • dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/Block/Adminhtml/Product/Edit/Tab/Super/Config

1 file changed

+3
-1
lines changed

dev/tests/functional/tests/app/Magento/ConfigurableProduct/Test/Block/Adminhtml/Product/Edit/Tab/Super/Config/Attribute.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414

1515
/**
1616
* Attribute block in Variation section.
17+
*
18+
* @SuppressWarnings(PHPMD.TooManyFields)
1719
*/
1820
class Attribute extends Form
1921
{
@@ -274,7 +276,7 @@ protected function updateOptions(array $attribute)
274276

275277
if (isset($attribute['label'])) {
276278
// label is not editable anymore
277-
// $attributeBlock->find($this->attributeLabel)->setValue($attribute['label']);
279+
// $attributeBlock->find($this->attributeLabel)->setValue($attribute['label']);
278280
}
279281
foreach ($attribute['options'] as $option) {
280282
$count++;

0 commit comments

Comments
 (0)