orlyapps / nova-belongsto-depend

Larave Nova BelongsTo Field with Dependcy
MIT License
182 stars 65 forks source link

Field not automatically filled in when creating from related resource #28

Closed PhilippeDirx closed 5 years ago

PhilippeDirx commented 5 years ago

I have 2 resources:

1) Product 2) Stock

Product has a HasMany relation on Stock Stock has a NovaBelongsToDepend on Product When creating Stock from a Product detail page (viaResource=products&viaResourceId=1&viaRelationship=stocks) the relation does not get auto filled.

mydnic commented 5 years ago

I have the same issue. No solution yet ?

PhilippeDirx commented 5 years ago

Appearently not, package seems abandoned... I'll try and fix this in a fork!

orlyapps commented 5 years ago

Hello, you can submit a pull requests and i will merge it :)