Skip to content
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

Does not work with native Laravel nova 4 relationship hide with corresponding name-relation #271

Open
rderks88 opened this issue Jan 18, 2023 · 0 comments

Comments

@rderks88
Copy link
Contributor

Description
When hiding relationships with native laravel nova functionality, it also prevents loading the relationship from a different model with the same relationship-name. This results for me in not using nova-tabs anywhere. Even though I still sometimes prefer it over the native functionality (because of less vertical scrolling)

To reproduce

  • create three models, a,b,c
  • a hasMany c (a should not use nova-tabs, but native relationship tabs)
  • b hasMany c (b should use nova-tabs)
  • visit a detail page and hide the relationship with c
  • visit b detail page and try to view the relationship with c (it will not show up since native laravel nova prevents loading the relatinoship)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant