File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed
app/code/Magento/Bundle/view/adminhtml/templates/product/composite/fieldset/options
dev/tests/functional/tests/app/Magento/Bundle/Test/Block/Adminhtml/Product/Composite Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 11
11
<?php /* @var $block \Magento\Bundle\Block\Adminhtml\Catalog\Product\Composite\Fieldset\Bundle */ ?>
12
12
<?php $ options = $ block ->decorateArray ($ block ->getOptions ()); ?>
13
13
<?php if (count ($ options )): ?>
14
- <fieldset id="catalog_product_composite_configure_fields_bundle" class="fieldset admin__fieldset bundle<?php echo $ block ->getIsLastFieldset () ? ' last-fieldset ' : '' ?> ">
14
+ <fieldset id="catalog_product_composite_configure_fields_bundle" class="fieldset admin__fieldset composite- bundle <?php echo $ block ->getIsLastFieldset () ? ' last-fieldset ' : '' ?> ">
15
15
<legend class="legend admin__legend"><span><?php echo __ ('Bundle Items ' ) ?> </span></legend><br />
16
- <div class="fields options">
17
- <?php foreach ($ options as $ option ) : ?>
18
- <?php if ($ option ->getSelections ()) : ?>
19
- <?php echo $ block ->getOptionHtml ($ option ); ?>
20
- <?php endif ; ?>
21
- <?php endforeach ; ?>
22
- </div>
16
+ <?php foreach ($ options as $ option ) : ?>
17
+ <?php if ($ option ->getSelections ()) : ?>
18
+ <?php echo $ block ->getOptionHtml ($ option ); ?>
19
+ <?php endif ; ?>
20
+ <?php endforeach ; ?>
23
21
</fieldset>
24
22
25
23
<script>
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ class Configure extends \Magento\Catalog\Test\Block\Adminhtml\Product\Composite\
19
19
*
20
20
* @var string
21
21
*/
22
- protected $ option = '//div[@class="fields options "]//label[.="%option_name%"]//following-sibling::*//%selector% ' ;
22
+ protected $ option = '//div[@class="composite-bundle "]//label[.="%option_name%"]//following-sibling::*//%selector% ' ;
23
23
24
24
/**
25
25
* Fill options for the product
You can’t perform that action at this time.
0 commit comments