-
Description:I use https://github.com/ebess/advanced-nova-media-library on my form and final name in form which send to server looks like this
but if field to be in HasOne relation form, form field name looks like this
i think its wrong and the name must be
can you help me with this and explain why that is? Detailed steps to reproduce the issue on a fresh Nova installation: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
HasOne::make(__('Employee'), 'employee', Employee::class)->exceptOnForms(), |
Beta Was this translation helpful? Give feedback.
ebes/advanced-nova-media-library
isn't compatible withHasOne
field, you can disable Inline editing for HasOne field by addingexceptOnForms()
.