Skip to content

Commit 1541028

Browse files
committed
MAGETWO-55935: [Bundle product] Cannot configure bundle product in order editing(admin panel)
1 parent 70bb317 commit 1541028

File tree

1 file changed

+2
-3
lines changed
  • app/code/Magento/Bundle/Block/Catalog/Product/View/Type

1 file changed

+2
-3
lines changed

app/code/Magento/Bundle/Block/Catalog/Product/View/Type/Bundle.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,9 @@ public function __construct(
7878
}
7979

8080
/**
81-
*
8281
* Returns the bundle product options
83-
* Will return stored options data if the product options are already initialized
84-
* In a case when $stripSelection parameter is true will reset stored bundle selections collection
82+
* Will return cached options data if the product options are already initialized
83+
* In a case when $stripSelection parameter is true will reload stored bundle selections collection from DB
8584
*
8685
* @param bool $stripSelection
8786
* @return array

0 commit comments

Comments
 (0)