Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix handling of resolution_time for unresolved requests (NOJIRA)
Benn Oshrin committed Aug 7, 2022
1 parent 80bd522 commit e6f58e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/templates/MatchgridRecords/fields.inc
@@ -55,5 +55,6 @@ if($action == 'add' || $action == 'edit') {

if($action == 'edit') {
print $this->Field->control('request_time');
print $this->Field->control('resolution_time');
// Force resolution to read only since it might not be populated
print $this->Field->control('resolution_time', ['readonly' => true]);
}

0 comments on commit e6f58e8

Please sign in to comment.