From ec2fb4e73f747e3fdc5721165f22ec00d9f73c5b 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 b596f77b0..a00965688 100644 --- a/app/templates/Petitions/fields.inc +++ b/app/templates/Petitions/fields.inc @@ -96,13 +96,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', - ] -]); ?>