eckinox / bolt-navigation-ui

A Bolt 5 extension that provides a user-friendly interface to manage navigations, straight from the admin section.
MIT License
12 stars 3 forks source link

Undefined editing menu after save #10

Open nestordedios opened 1 year ago

nestordedios commented 1 year ago

Hi there!!

It seems something is not working right with the navigation extension.

When I add a new element to the menu I'm modifying (https://localhost:8000/bolt/navigation/main) and hit the save button I get the following screen (https://localhost:8000/bolt/navigation/undefined):

image

The menu editor interface is gone, but if I go back to Navigations (https://localhost:8000/bolt/navigations) and choose to edit the main menu again, the element seems to be saved.

I expect the menu editor interface to remain the same and not get a undefined menu screen when saving changes while the menu exists.

This seems to be happening on v1.0.3 on Bolt v5.2.0-beta.5

EmilePerron commented 1 year ago

Hey @nestordedios,

Thanks for filing an issue. Do you have any error / warning logs related to that problem?

nestordedios commented 1 year ago

Hey @EmilePerron,

No unfortunately that is all I have. There are no warnings or errors being logged but I get that screen after saving the menu.

I can elaborate a bit more on the steps I follow to reproduce the issue:

  1. Click on the Manage your menus link on the aside menu of the CMS
  2. Click on the "Edit this menu" button for the main menu
  3. Add an element to the menu
  4. Save the menu