From 7b27292e81e62724e5f13493c4ed824116d748e5 Mon Sep 17 00:00:00 2001 From: mkangia Date: Wed, 12 Jun 2024 23:55:13 +0530 Subject: [PATCH] minor code improvements --- corehq/apps/export/models/new.py | 2 +- .../export/partials/new_customize_export_templates.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/corehq/apps/export/models/new.py b/corehq/apps/export/models/new.py index 1097986e9539..2a104a221d7b 100644 --- a/corehq/apps/export/models/new.py +++ b/corehq/apps/export/models/new.py @@ -2460,7 +2460,7 @@ def _generate_schema_from_case_property_mapping(cls, domain, case_property_mappi path=[PathNode(name=prop)], label=prop, last_occurrences={app_id: app_version}, - case_property_group_name=case_group_name_for_property.get(prop, None) + case_property_group_name=case_group_name_for_property.get(prop) )) for case_type, identifier in parent_types: diff --git a/corehq/apps/export/templates/export/partials/new_customize_export_templates.html b/corehq/apps/export/templates/export/partials/new_customize_export_templates.html index 99e192547bbc..8d2658b632df 100644 --- a/corehq/apps/export/templates/export/partials/new_customize_export_templates.html +++ b/corehq/apps/export/templates/export/partials/new_customize_export_templates.html @@ -216,7 +216,7 @@

{{ terminology.choose_fields_label }}

{% trans "Property Group" %}