We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 976929c commit 8f0ddbfCopy full SHA for 8f0ddbf
src/Http/Resources/CP/FieldtypeModel.php
@@ -35,9 +35,9 @@ protected function makeTitle($model): ?string
35
if (! $titleFormat = $this->fieldtype->config('title_format')) {
36
$firstListableColumn = $this->resource->runwayResource()->titleField();
37
38
- return $model->getAttribute($firstListableColumn);
+ return $model->augmentedValue($firstListableColumn);
39
}
40
41
- return Parse::template($titleFormat, $model);
+ return Parse::template($titleFormat, $model->toAugmentedArray());
42
43
0 commit comments