From fd258280482e0c84bf6baf61d7054b1c628e53f7 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 31 Oct 2023 13:48:11 +0000 Subject: [PATCH] Bug 35198: Sort database column names alphabetically on automatic item modification page This patch modifies the automatic item modification by age page so that the rule entry form sorts - [% FOR field IN agefields %] + [% FOR field IN agefields.sort %] [% IF rule.agefield == field %] [% ELSE %] @@ -114,7 +114,7 @@
- [% FOR field IN substitution_fields %] + [% FOR field IN substitution_fields.sort %] [% IF substitution.field == field %] [% ELSE %] @@ -172,7 +172,7 @@
@@ -184,7 +184,7 @@
@@ -199,7 +199,7 @@
-- 2.20.1