nova-inline-relationship icon indicating copy to clipboard operation
nova-inline-relationship copied to clipboard

Fields with accessors not displayed at resource details

Open 4n70w4 opened this issue 5 years ago • 1 comments

Example model:

    public function getTitleAttribute() {
        return 'test';
    }

Example resource:

            Text::make(__('Title'), 'title'),

In result Title field don't displayed.

4n70w4 avatar Jan 28 '20 12:01 4n70w4

But on create forms this fields is displayed.

4n70w4 avatar Jan 28 '20 15:01 4n70w4