wehaa / inline-field-update

Custom Field to Nova - Update a resource field inline
MIT License
29 stars 18 forks source link

Update to nova 4 ? #15

Open didix16 opened 2 years ago

didix16 commented 2 years ago

Hi, any plan to update for nova 4 ?

sfinktah commented 1 year ago

@didix16 I've forked and updated it to Nova 4, with some styling "improvements".

composer require sfinktah/nova4-liveupdate
philipbaginski commented 1 year ago

@didix16 I've forked and updated it to Nova 4, with some styling "improvements".

composer require sfinktah/nova4-liveupdate

Hi! Is there any way to update field which is related to another? I have resource Player, which has on index view some data from Tracking model, which is related by hasMany ($this->trackings->sampleData). I would like edit sampleData field on Player index view. Is it possible?

sfinktah commented 1 year ago

@philipbaginski Not without writing some custom code, AFAIK. It's an interesting idea, and might be possible in a future version -- though I'm not the author :)