Closed philippe-leeroy closed 1 year ago
When I try to pass a navigation node from "passive" to "entries" (or categories/assets etc.)
Craft CMS returns "Couldn't save draft". If I try to save anyway because I'm stubborn, it returns "Couldn't save node".
And in the console, on the "network" tab preview, I have that :
{ "elementId": [ "Element ID is required." ], "linkedElementId": [ "Linked Element ID is required." ] }
So I checked in the database and apparently I have no elementId on my node in the navigation_nodes table.
4.3.5
2.0.14
Yes
No response
Fixed in 2.0.15
Describe the bug
When I try to pass a navigation node from "passive" to "entries" (or categories/assets etc.)
Craft CMS returns "Couldn't save draft". If I try to save anyway because I'm stubborn, it returns "Couldn't save node".
And in the console, on the "network" tab preview, I have that :
So I checked in the database and apparently I have no elementId on my node in the navigation_nodes table.
Steps to reproduce
Craft CMS version
4.3.5
Plugin version
2.0.14
Multi-site?
Yes
Additional context
No response