From 8d93f7c81e8f63bedccb52335ce4116cc0562a1e Mon Sep 17 00:00:00 2001 From: brockfanning Date: Fri, 12 Jul 2024 08:27:45 -0400 Subject: [PATCH] Show "complete" before "notstarted" on reporting status page --- _data/site_config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/site_config.yml b/_data/site_config.yml index 0c39cc80ecef0..8f2ff059f1e0b 100644 --- a/_data/site_config.yml +++ b/_data/site_config.yml @@ -213,12 +213,12 @@ reporting_status: description: status.description disaggregation_tabs: false status_types: - - value: notstarted - label: status.no_data_available - hide_on_goal_pages: false - value: complete label: status.reported_online hide_on_goal_pages: false + - value: notstarted + label: status.no_data_available + hide_on_goal_pages: false - value: notapplicable label: status.not_applicable hide_on_goal_pages: false