Skip to content

Commit

Permalink
Rename method
Browse files Browse the repository at this point in the history
  • Loading branch information
Charl1996 committed Jul 1, 2024
1 parent 76f9c74 commit 0c75e90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions corehq/apps/hqadmin/reports.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ def _row_data(self, domain, case_count, form_count):
domain,
case_count,
form_count,
self._restrict_rebuild_column_data(domain, case_count, form_count),
self._ucr_rebuild_restriction_status_column_data(domain, case_count, form_count),
]

def _should_restrict_rebuild(self, case_count, form_count):
Expand Down Expand Up @@ -451,7 +451,7 @@ def _show_should_disable_ff_domains(self):
def _show_all_domains(self):
return not self.restriction_ff_status

def _restrict_rebuild_column_data(self, domain, case_count, form_count):
def _ucr_rebuild_restriction_status_column_data(self, domain, case_count, form_count):
from django.utils.safestring import mark_safe
from corehq.apps.toggle_ui.views import ToggleEditView

Expand Down

0 comments on commit 0c75e90

Please sign in to comment.