From c42c2475c5891e2ee24a61083ee7791e5780af19 Mon Sep 17 00:00:00 2001 From: Eric Newcomer Date: Tue, 14 Nov 2023 01:00:43 +0000 Subject: [PATCH] Deterministic field order --- temba/contacts/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/temba/contacts/views.py b/temba/contacts/views.py index 56810453358..b8ebab69de8 100644 --- a/temba/contacts/views.py +++ b/temba/contacts/views.py @@ -1493,6 +1493,7 @@ def post(self, request, *args, **kwargs): class List(ContentMenuMixin, SpaMixin, OrgPermsMixin, SmartListView): menu_path = "/contact/fields" title = _("Fields") + default_order = "name" def build_content_menu(self, menu): menu.add_modax(