Ordering of Household Members

While upgrading an instance from v 3.6 to 3.13, we noticed the ordering of household members had changed from by age to alphabetical.

Update:
We were able to achieve the previous ordering by adding the sort_by_dob toggle in the contact under the contact_types.

"contact_types": [
    {
         "id": "person",
          .
          .
          .
          "sort_by_dob": true
    }
]
6 Likes