Skip to content

Commit

Permalink
Remove status read-only field (CFM-31)
Browse files Browse the repository at this point in the history
  • Loading branch information
arlen committed Oct 31, 2024
1 parent 7255cb1 commit f851fb9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions app/templates/Petitions/fields.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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',
]
]);
?>

<li class="form-list-header">
Expand Down

0 comments on commit f851fb9

Please sign in to comment.