Skip to content

Commit 77215ca

Browse files
author
Maksym Aposov
committed
MAGETWO-43887: 'Select All' checkbox is missed in 'Add Products to Group' grid if create Grouped product
1 parent 177a7d0 commit 77215ca

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/functional/tests/app/Magento/GroupedProduct/Test/Block/Adminhtml/Product/Grouped/AssociatedProducts/Search

1 file changed

+1
-1
lines changed

dev/tests/functional/tests/app/Magento/GroupedProduct/Test/Block/Adminhtml/Product/Grouped/AssociatedProducts/Search/Grid.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class Grid extends GridInterface
3737
*
3838
* @var string
3939
*/
40-
protected $selectItem = '[data-column=entity_id] input';
40+
protected $selectItem = '[data-column=entity_ids] input';
4141

4242
/**
4343
* Press 'Add Selected Products' button

0 commit comments

Comments
 (0)