We have currently a weird behavior when carrying out the following task:
- we create a new model using the api
- we create a the menu item associated with it
- we move the new created menu item to a parent item
At this point we follow the usual migration process and automatically generate the migration. All good so far
Now when we try to run the migration we get the following error:
This is cause because the generated migration cannot find the menu item that is supposed to move
Any help would be appreciated