-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependable MorphTo will not work correctly #62
Comments
Got the same issue. |
@preliot @artisaninweb could one of you give me a short working example with models/resources on how you build the relationships? |
Update: just updated to Nova 2.4.0 and not seeing it anymore. Not sure if the update fixed it or something i've done earlier. Saw a comment in my code, could be a hint: //bugfix: field uses a morphTo, which adds required rule to org_level_type. |
@preliot That's good to hear, you could close this issue if the problem is fixed and open a new issue if something pops up again somewhere else. It could also have been fixed in the 1.2.x merge release. |
@preliot i am facing this issue in nova 3.14 and package version 1.12. |
Could you open a new issue and give some more details? |
When using a MorphTo Field in a Nova Dependency Container, it wil fail. You can select a Client or Department (see example), but then i can't select the specific Client or Department, because of an error.
This issue can be traced to:
$field will be null and therefore the method will fail with the exception.
The text was updated successfully, but these errors were encountered: