feat(staff): expose scanner attempt history
This commit is contained in:
@@ -18,6 +18,7 @@ class ScanAttemptResource extends JsonResource
|
||||
'data' => $this->data,
|
||||
'ticket_id' => $this->ticket_id,
|
||||
'ticket' => $this->ticket?->ticket,
|
||||
'category' => $this->ticket?->sourceCatalogItem?->category?->nombre,
|
||||
'attempted_at' => $this->created_at,
|
||||
'resolved_at' => $this->resolved_at,
|
||||
'result' => $this->result->value,
|
||||
|
||||
Reference in New Issue
Block a user