-
Notifications
You must be signed in to change notification settings - Fork 80
Closed
Description
In my case, I need to link two resources. The following code represents the owner name of the current showing server.
// Before
SharpShowTextField::make('user:name')
->setLabel('Owner')
// After - represent link to user show entity
SharpShowEntityTextField::make('user:name', 'user')
->setLabel('Owner')
I think that is a good feature, and I go work on it, probably this weekend.
Metadata
Metadata
Assignees
Labels
No labels