From f851fb933e1363ea866a200499a89100e3f9f544 Mon Sep 17 00:00:00 2001 From: Arlen Johnson Date: Thu, 31 Oct 2024 15:51:22 -0400 Subject: [PATCH] Remove status read-only field (CFM-31) --- app/templates/Petitions/fields.inc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/app/templates/Petitions/fields.inc b/app/templates/Petitions/fields.inc index 0012d707c..a12d7e24c 100644 --- a/app/templates/Petitions/fields.inc +++ b/app/templates/Petitions/fields.inc @@ -90,13 +90,6 @@ if (!empty($vv_obj?->petitioner_person?->id)) { ] ]); } - -// XXX Keep status available (even though it's presented above) -print $this->element('form/listItem', [ - 'arguments' => [ - 'fieldName' => 'status', - ] -]); ?>