From 57c3557bf587c8c3c773831554e5e590845822d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= Date: Wed, 6 Mar 2019 09:44:32 +0100 Subject: [PATCH] shop: prepare 4.7: sort by name; other last --- shop.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shop.json b/shop.json index bab0dd5..d96e813 100644 --- a/shop.json +++ b/shop.json @@ -186,7 +186,8 @@ "name": "{{ trans('filter:type') }}", "type": "select", "show_default": "true", - "values": "{% set list = [] %}{% for k, v in const.shops %}{% for t in v.types %}{% endfor %}{% endfor %}", + "values": "{% set list = [] %}{% for k, v in const.shops %}{% for t in v.types %}{% endfor %}{% endfor %}", + "sort": "natsort", "op": "has" } }