diff --git a/app/templates/ProvisioningHistoryRecords/fields.inc b/app/templates/ProvisioningHistoryRecords/fields.inc index d1b8e63d1..027766e58 100644 --- a/app/templates/ProvisioningHistoryRecords/fields.inc +++ b/app/templates/ProvisioningHistoryRecords/fields.inc @@ -27,9 +27,15 @@ // This view does not support add or edit if($vv_action == 'view') { - print $this->Field->control('comment'); - - print $this->Field->control('status'); + print $this->element('form/listItem', [ + 'arguments' => [ + 'fieldName' => 'comment' + ]]); + + print $this->element('form/listItem', [ + 'arguments' => [ + 'fieldName' => 'status' + ]]); // Currently these records only apply to People and Groups, but that will probably change if(!empty($vv_obj->person->primary_name)) {