Skip to content

Commit

Permalink
[FIX] website_sale_product_attribute_value_filter_existing: Hide attr…
Browse files Browse the repository at this point in the history
…ibute parent container

If only the attribute container is hidden, the parent container still occupies a space that is visible in the attribute list. To avoid this, apply the condition to the parent container and hide it completely.

TT50704
  • Loading branch information
pilarvargas-tecnativa authored and lef-adhoc committed Sep 26, 2024
1 parent 1326a88 commit 00f9477
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</xpath>
</template>
<template id="o_wsale_offcanvas" inherit_id="website_sale.o_wsale_offcanvas">
<xpath expr="//div[@t-foreach='a.value_ids']/div" position="attributes">
<xpath expr="//div[@t-foreach='a.value_ids']" position="attributes">
<attribute name="t-if">attr_values_used &amp; v</attribute>
</xpath>
<xpath
Expand Down

0 comments on commit 00f9477

Please sign in to comment.