Skip to content

Commit 1d7cb25

Browse files
Stephan PohlStephan Pohl
authored andcommitted
Merge pull request #5476 in SW/shopware from sw-19549/5.3/fix-price-filter-reset to 5.3
* commit '3fe8a95944c3272539077f7819c72f92f94a63a9': SW-19549 - Fix re-enabling of deactivated filters
2 parents 3dbb33e + 3fe8a95 commit 1d7cb25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

themes/Frontend/Responsive/frontend/_public/src/js/jquery.listing-actions.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -683,6 +683,7 @@
683683
});
684684

685685
$component
686+
.removeClass(me.opts.disabledCls)
686687
.find('.' + me.opts.disabledCls)
687688
.removeClass(me.opts.disabledCls);
688689
});

0 commit comments

Comments
 (0)