Upgrade to 3.8.1
This commit is contained in:
@@ -286,7 +286,7 @@ abstract class Model
|
||||
'link' => $this->url(true),
|
||||
'sortable' => true,
|
||||
'text' => $this->model->toSafeString($params['text'] ?? false),
|
||||
'uuid' => $this->model->uuid()->toString(),
|
||||
'uuid' => $this->model->uuid()?->toString() ?? $this->model->id(),
|
||||
];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user