I've got this module running on Drupal 8.8.5, and it seems to be running without any errors, but when you select items and then click on Delete Selected, it simply reloads the 'Menus' admin page without actually removing anything.

Any ideas?

Comments

bwtechuk created an issue. See original summary.

rrrob’s picture

@bwtechuk Did you try clearing your cache? If you upgraded from version 1.x, then a cache clear is necessary.

I just installed version 2.0 on two different sites, both running 8.8.5, and on both sites the menu items were deleted.

Bohus Ulrych’s picture

Hi, same issue there.

Maybe I've found root cause:
If I'm editing menu with destination parameter in the URL, then it doesn't work
https://dev.local/admin/structure/menu/manage/main?destination=/admin/st...

But from this URL https://dev.local/admin/structure/menu/manage/main it works as expected.

Hope this will help you to fix it soon.
Thanks

  • rrrob committed b6a1406 on 8.x-2.x
    Issue #3132882: Remove destination parameter on form submit
    
rrrob’s picture

Thanks for the additional info @Bohus Ulrych

I've pushed a fix to the dev release. Could either of you test and let me know. If it works for you, I'll push a new release.

Bohus Ulrych’s picture

Hi,
yes, I can confirm that it now works.
Thanks

rrrob’s picture

Status: Active » Fixed

Thanks for confirming. A new release has been created.

bwtechuk’s picture

New release works perfectly!

Thanks

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.