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

Notes used as pivot table field #66

Closed newtongamajr closed 6 months ago

newtongamajr commented 10 months ago

I'm trying to use nova-notes-field as an element of a relationship for Nova pivot fields. I'm using that without any problems from my application, creating notes from my backend because I've created a model for the relationship, but I didn't find a way to show these notes on my my Nova environment. Any suggestions?

eugenl1nde commented 10 months ago

Hey!

Thanks for reaching out! Could you give me more details about the specific issue you're facing with displaying notes in Nova? It would be good if you could provide a brief example or steps to replicate the problem.

I think that the current version should support adding notes to an intermediate model and getting notes from a related pivot model.