outl1ne / nova-notes-field

This Laravel Nova package adds a notes field to Nova's arsenal of fields.
MIT License
51 stars 36 forks source link

Adding a note triggers a resource update #24

Closed tmartty closed 3 years ago

tmartty commented 3 years ago

If I'm on the edit view on my resource and add a note, when I hit 'Add note', after saving the new note a resource update is somehow triggered and a POST is made, which then redirects the user out of the edit view and onto the details/default view of the resource.

Tarpsvo commented 3 years ago

Ah yes, could be due to the

Tarpsvo commented 3 years ago

That's weird - I can't reproduce this. What version of Nova and nova-notes-field?

Tarpsvo commented 3 years ago

Ah yes - reproduces on Firefox. Just a sec.

Tarpsvo commented 3 years ago

Hi! Released a fix in version 2.0.0.

A major release because I updated some dependencies and dropped support for old versions of Nova and Laravel.

tmartty commented 3 years ago

Ah shoot, I'm using Nova 2.0..

No way to make this fix compatible? :grin:

Tarpsvo commented 3 years ago

What's stopping you from upgrading to 3? :S Nova 2 hasn't been updated since March.

tmartty commented 3 years ago

Client project using Laravel 6.2... no time to update everything at this stage sadly. :/