-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Adding multiple nav items adds all but the last selected #68
Comments
Thanks for this, although struggling to reproduce this one on my end. I don't suppose this is a multi-site? Is it also doing it for other elements (as a test)? Also, tried in different sections? And lastly, does this happen all the time, consistently? |
My site isn't multi-site, and I only have one section right now. I tried with different entries in that section, though. It happens most of the time, but not super consistent. I think it happens most when I add multiple items to an empty nav. Sometimes it works but the visible list doesn't update, but then I see all the items if I refresh the page. Also noticed some weird stuff when I try to add an entry that's already in the navigation. Some items get added, but some don't. Should I be able to add multiple links to the same page in a nav? I did notice these errors in the console when it didn't add the last item of the selection:
And the error in network for
The formdata sent for that error:
|
Thanks @missmatsuko that's super helpful. I believe I've fixed one of those issues (the list doesn't show like it adds new nodes if you first remove all of them). You should definitely be able to add the same entry/etc to a nav multiple times. The error is interesting, and might be the root of your issues. I'll need to do some investigating here. Might be similar to craftcms/cms#2958 and craftcms/cms#3148 |
Closing due to inactivity. |
Description
When I try to add multiple items to the navigation, the last one is not added.
Steps to reproduce
Additional info
The text was updated successfully, but these errors were encountered: