arsenaltech / nova-tab

Laravel Nova Tabs
74 stars 17 forks source link

Problem with HasMany #8

Closed daguilarm closed 5 years ago

daguilarm commented 5 years ago

When create a new resource from a relationship (HasMany):

captura1-1

The default value for the relationship is null:

captura-1-2

Because nova block the option from the select, it is impossible to change the value from the select. I have tried to do the same without using the tab, and it works. The default value is lost within the tab code.

daguilarm commented 5 years ago

Sorry for close the issue, It is a nova-tab problem. When create a resource from inside a tab (detail view) and the target resource use nova-tabs, the default value for the relationship its null.

shabbirbharmal commented 5 years ago

This issue is fixed. Thank you for reporting it