Skip to content

Commit

Permalink
Merge pull request #33493 from dimagi/cs/change_export_ds_toggle
Browse files Browse the repository at this point in the history
Change EXPORT_DATA_SOURCE_DATA's tag to TAG_CUSTOM
  • Loading branch information
SmittieC authored Sep 19, 2023
2 parents b61dc61 + d24e8c5 commit 937ed26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corehq/toggles/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1418,7 +1418,7 @@ def _commtrackify(domain_name, toggle_is_enabled):
EXPORT_DATA_SOURCE_DATA = StaticToggle(
'export_data_source_data',
'Add Export Data Source Data page',
TAG_SOLUTIONS_OPEN,
TAG_CUSTOM,
[NAMESPACE_USER, NAMESPACE_DOMAIN],
description="Add the Export Data Source Data page to the Data tab",
)
Expand Down

0 comments on commit 937ed26

Please sign in to comment.