Not loading labels
Hey,
On the relation manager the attach button, with custom form doesn't load the labels.
Using the resource table in the relation manager and the attach button in the
->headerActions
function.
See image, any idea? π4 Replies
->options(Customer::$status)What does
Customer::$status
refer to? Is the $
intended? Why not Customer::class
?the issue is on this:
$action->getRecordSelect(),
Anyone? πCan you share the rest of the RM?
had to add
$recordTitleAttribute
.