Skip to content

Commit

Permalink
Merge pull request #5476 in SW/shopware from sw-19549/5.3/fix-price-f…
Browse files Browse the repository at this point in the history
…ilter-reset to 5.3

* commit '3fe8a95944c3272539077f7819c72f92f94a63a9':
  SW-19549 - Fix re-enabling of deactivated filters
  • Loading branch information
Stephan Pohl authored and Stephan Pohl committed Sep 15, 2017
2 parents 3dbb33e + 3fe8a95 commit 1d7cb25
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -683,6 +683,7 @@
});

$component
.removeClass(me.opts.disabledCls)
.find('.' + me.opts.disabledCls)
.removeClass(me.opts.disabledCls);
});
Expand Down

0 comments on commit 1d7cb25

Please sign in to comment.