Skip to content

Commit

Permalink
Deterministic field order
Browse files Browse the repository at this point in the history
  • Loading branch information
ericnewcomer committed Nov 14, 2023
1 parent 678f6a0 commit c42c247
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions temba/contacts/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit c42c247

Please sign in to comment.