File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -958,6 +958,30 @@ def _ensure_valid_randomness(randomness):
958958 namespaces = [NAMESPACE_DOMAIN ]
959959)
960960
961+ CASE_SEARCH_DEPRECATED = StaticToggle (
962+ 'case_search_deprecated' ,
963+ 'Case Search: Deprecated' ,
964+ TAG_DEPRECATED ,
965+ help_link = 'https://dimagi.atlassian.net/wiki/spaces/GS/pages/2146606528/Case+Search+and+Claim' ,
966+ namespaces = [NAMESPACE_DOMAIN ]
967+ )
968+
969+ CASE_SEARCH_ADVANCED = StaticToggle (
970+ 'case_search_advanced' ,
971+ 'Advanced Case Search' ,
972+ TAG_FROZEN ,
973+ help_link = 'https://dimagi.atlassian.net/wiki/spaces/GS/pages/2146606528/Case+Search+and+Claim' ,
974+ namespaces = [NAMESPACE_DOMAIN ]
975+ )
976+
977+ CASE_SEARCH_RELATED_LOOKUPS = StaticToggle (
978+ 'case_search_related_lookups' ,
979+ 'Case Search: Related Lookups' ,
980+ TAG_FROZEN ,
981+ help_link = 'https://dimagi.atlassian.net/wiki/spaces/GS/pages/2146606528/Case+Search+and+Claim' ,
982+ namespaces = [NAMESPACE_DOMAIN ]
983+ )
984+
961985USH_CASE_LIST_MULTI_SELECT = StaticToggle (
962986 'ush_case_list_multi_select' ,
963987 'USH: Allow selecting multiple cases from the case list' ,
You can’t perform that action at this time.
0 commit comments