Actions
Bug #9601
openBasket filter links broken due to single value sent when array is expected
Description
Basket filters at some point were changed from single dropdown to multi-dropdown. This causes basket links to send a single value instead of an array of values. This breaks the IN queries as they're expecting an array.
Actions