Closed dillingham closed 5 years ago
Same here
I can see it too. You need to hide the field in detail (maybe not necessary) and form. Only use it on index.
As far as I can see, this should be default behaviour, since the ordering should not happen on single instance editing. At least that's what the underlying eloquent trait suggests.
Just add onlyOnIndex()
to your field definition.
@Naxon if you agree, can you make the field actually do nothing in a form, or at least prevent the nova error, since it crashes the update functionality and these kind of bugs clutter up the nova issue repo.
Thanks for the field btw, works smoothly.
PR submitted that fixes it https://github.com/Naxon/nova-field-sortable/pull/17
That's pretty straightforward. Alright
nova 1.2.1 / latest chrome
When I try to update a resource with this field I get the following in the console Seems like its checking validation