You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I need to display merged hasMany relations on one HasMany field. How can I do this?
Entry A:
Categories:
Related entries for Category "box" (id 10) should display 2 related entries A (id 1) and B (id 2).
I tried to use packages:
Also tried next line instead of $this->hasMany(EntryA::class, 'MAIN_category_id', 'id');:
But Nova field "HasMany" doesn't work with this solutions. So how to solve this problem in Nova?
Beta Was this translation helpful? Give feedback.
All reactions