Skip to content

SharpShowEntityTextField #383

@hichxm

Description

@hichxm

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions