Skip to content

Commit c705a29

Browse files
committed
MC-40417: Unexpected behavior when updating a Product with a Customizable Option (File) in the Wish List
1 parent 2e2af0a commit c705a29

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/view/frontend/templates/product/view/options/type

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/view/frontend/templates/product/view/options/type/file.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
id="<?= /* @noEscape */ $_fileName ?>"
5252
class="product-custom-option<?= $_option->getIsRequire() ? ' required' : '' ?>"
5353
<?= $_fileExists ? 'disabled="disabled"' : '' ?> />
54-
<input type="hidden" name="<?= /* @noEscape */ $_fieldNameAction ?>"
54+
<input type="hidden" class="product-custom-option" name="<?= /* @noEscape */ $_fieldNameAction ?>"
5555
value="<?= /* @noEscape */ $_fieldValueAction ?>" />
5656
<?php if ($_option->getFileExtension()):?>
5757
<p class="note">

0 commit comments

Comments
 (0)