Skip to content

Commit

Permalink
fix(storefront): BCTHEME-963 Reviews form not submitting after quick …
Browse files Browse the repository at this point in the history
…view opening on PDP. (#2201)
  • Loading branch information
bc-yevhenii-buliuk authored Apr 28, 2022
1 parent b02094e commit 142f764
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Draft
- Reviews form not submitting after quick view opening on PDP. [#2201](https://github.com/bigcommerce/cornerstone/issues/2201)
- Social media icons failing wave scan with "Empty Link". [#2202](https://github.com/bigcommerce/cornerstone/issues/2202)
- Search results containing % symbol result in errored page. [#2205](https://github.com/bigcommerce/cornerstone/issues/2205)
- Remove translations for adminBar component [#2196](https://github.com/bigcommerce/cornerstone/issues/2196)
Expand Down
4 changes: 3 additions & 1 deletion templates/components/products/product-view.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,9 @@ <h2 class="productView-brand">
>
{{lang 'products.reviews.new'}}
</a>
{{> components/products/modals/writeReview}}
{{#unless is_ajax}}
{{> components/products/modals/writeReview}}
{{/unless}}
{{/if}}
</div>
{{product.detail_messages}}
Expand Down

0 comments on commit 142f764

Please sign in to comment.