crp87 - Hey guys,i struggle with a few things....
# ❓questions
c
Hey guys, i struggle with a few things. I added an additional model and created 1:n relation (navigation has multiple items). I can not save because my structure doesn't allow it for an unknown reason. It's a package with capsules and the NavigationItem model is placed next to Navigation. It says NoCapsuleFoundException but I can't find a way to link the model explicitly. Also I want to be able to add nested items. The NavigationItem migrations and models are setup to support this functionality but the edit page of navigations seems to not allow drag&drop for nesting support. Only position changes are possible.

https://cdn.discordapp.com/attachments/811986149064441927/1108722261734731847/Bildschirmfoto_2023-05-18_um_13.42.29.png

p
Hi @crp87, regarding the nesting issue, have you updated the
$nestedItemsDepth
property in your controller?
i
Hi @crp87 the nesting functionality happens on the index / table page, not the edit / form page
c
ok, that would have been nice 🙂
2 Views