Skip to content

Commit

Permalink
ProvisioningHistoryRecords
Browse files Browse the repository at this point in the history
  • Loading branch information
Ioannis committed Apr 29, 2024
1 parent ab2f6a2 commit 5944be3
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions app/templates/ProvisioningHistoryRecords/fields.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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)) {
Expand Down

0 comments on commit 5944be3

Please sign in to comment.