From 734b58431ed1cbf8bc1d5d658073e1c2d243f690 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 %] @@ -106,7 +106,7 @@
- [% FOR field IN substitution_fields %] + [% FOR field IN substitution_fields.sort %] [% IF substitution.field == field %] [% ELSE %] @@ -164,7 +164,7 @@
@@ -176,7 +176,7 @@
@@ -191,7 +191,7 @@
-- 2.30.2