From bcabb11bc1556414b33ef5472df6059bba5c08cc Mon Sep 17 00:00:00 2001 From: arings Date: Sat, 27 Jan 2018 20:46:21 +0100 Subject: [PATCH 1/3] Fix productsPerRow select reset to 1 When settings page are loaded, select doesn't reflect value of config.productsPerRow and resets to 1. Following settings update saves that value. --- views/settings.hbs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/views/settings.hbs b/views/settings.hbs index e83e0e0..1072a5c 100644 --- a/views/settings.hbs +++ b/views/settings.hbs @@ -66,6 +66,7 @@