Skip to content

Commit eafc295

Browse files
committed
Temp fix for the ordering as perf is affected by it see HEA-996
1 parent f5c5b92 commit eafc295

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

apps/baseline/viewsets.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -883,13 +883,6 @@ class LivelihoodStrategyViewSet(BaseModelViewSet):
883883
LIVELIHOOD_ACTIVITY_ORDER_BY = [
884884
"livelihood_zone_baseline__livelihood_zone__code",
885885
"livelihood_zone_baseline__reference_year_end_date",
886-
"wealth_group__wealth_group_category__code",
887-
"strategy_type",
888-
"livelihood_strategy__season__name_en",
889-
"livelihood_strategy__product_id",
890-
"livelihood_strategy__additional_identifier",
891-
"wealth_group__community__full_name",
892-
"scenario",
893886
]
894887

895888

0 commit comments

Comments
 (0)