Laravel-Backpack/MenuCRUD

Reordering not working for sub-levels

reeslo opened this issue · 2 comments

I can set order for sub and sub sub item to root level only

https://framadrop.org/r/CdKG-4kIju#hEyTtdWWdGevnxdtCUohef8bmInvBxb9lgnPrVFGwPM=

Hi @reeslo ,

Yes, by default the reordering is set to only allow a simple hierarchy. You can overwrite this by specifying the max_tree_lavel option in your CrudController: $this->crud->enableReorder('label_name', 9999);

If you're using MenuCRUD as an installed package, it's probably quickest to just remove it from you composer.json and install it in your app folder, like the installation option A here.

Cheers!

Thank you very much