laravel-enso / enso

Laravel Vue SPA, Bulma themed. For demo login use `admin@laravel-enso.com` & `password` -
https://www.laravel-enso.com
MIT License
1.08k stars 277 forks source link

Menu editor not dynamically updating menu #246

Closed wattsie closed 5 years ago

wattsie commented 5 years ago

This is maybe a bug.

Prerequisites

Description

When editing the menus, if you do changes, they are not dynamically updated.

Steps to Reproduce

  1. Clone new and setup
  2. Go to menu editor, select say "data Import" or "Logs" and change the parent to "System"
  3. nothing

Expected behaviour

Menu to dynamically update based on the new layout structure

Actual behaviour

Nothing, the menu stays as original until a full page refresh is done.

aocneanu commented 5 years ago

It's not meant to reconfigure when you change the menus from the form.

I would also nerver recommend moving a menu from a parent to another, I guess you saw that all the routes / breadcrumbs are static

They will reconfigure if you reload the page.

But if you are looking for menu reodering you can do this:

ScreenRecording2019-07-23at1