Skip to content

Commit a94a5ed

Browse files
author
Sergey Shvets
committed
MAGETWO-55814: East team cadenece 3 PR
1 parent 017f2e0 commit a94a5ed

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/Controller/Adminhtml/Product/Attribute

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Controller/Adminhtml/Product/Attribute/Validate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public function execute()
9090
}
9191
}
9292

93-
$this->checkUniqueOption($response);
93+
$this->checkUniqueOption($response, $this->getRequest()->getParam("option"));
9494

9595
return $this->resultJsonFactory->create()->setJsonData($response->toJson());
9696
}

0 commit comments

Comments
 (0)