kirschbaum-development / nova-inline-relationship

A package to present relationships as inline properties in Nova.
MIT License
198 stars 83 forks source link

displayUsing() ignored #47

Open 4n70w4 opened 4 years ago

4n70w4 commented 4 years ago

Example

            Text::make(__('Visible'), 'id')->displayUsing(
                function() { return 'yes';}
            )

In resource details all ok:

image

But on inline displayUsing() ignored:

image