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

Ability to show notes on edit view #3

Closed VTumanov closed 4 years ago

VTumanov commented 4 years ago

Good solution, thank your!

There are scenarios when data operators (when updating the database) do not go to view the record, but immediately edit it. In this case, the operator will not see important comments.

You can add same template like in detail view to edit view? Then users of the module will be able to decide when to show them.

Tarpsvo commented 4 years ago

Hey! Still working on getting it to the edit view. I was thinking of adding a button to the top-right to open it in a model and optionally displaying it the same as on the detail view. I will get to it tomorrow.

Tarpsvo commented 4 years ago

The notes field is now visible on the edit view as well. Released in version 1.1.0.