kirschbaum-development / nova-inline-relationship

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

$timestamps = false ignored. #118

Closed jeffizzle closed 10 months ago

jeffizzle commented 1 year ago

When saving an inline relationship, I'm getting an error saying updated_at doesn't exist in the parent model's table even thought I've explicitly set $timestamps = false in the model.

I saw that there already exists a PR with the solution. Any chance of merging? https://github.com/kirschbaum-development/nova-inline-relationship/pull/71

luisdalmolin commented 10 months ago

This is going to be included in the next version.