Make WordPress Core

Opened 6 years ago

Last modified 5 years ago

#46208 reviewing enhancement

Improve Menu experience by making it easier to delete multiple menus at once

Reported by: mireillesan's profile mireillesan Owned by: audrasjb's profile audrasjb
Milestone: Future Release Priority: normal
Severity: normal Version: 5.0.3
Component: Menus Keywords: needs-patch
Focuses: Cc:

Description

If possible, please make it easier to delete multiple menus with a one click button (same as the plugin interface).
For example add an extra tab next to "Manage Locations".

  • Right now, we've to select a menu (to edit) then remove it. If you have like 10 menus... then this task simply takes too much time.

The menus are saved all over different tables wp_terms, wp_posts, etc. inside the database. Wouldn't it be better to simple create a seperate db table for menus instead and have all data placed in there (with object cache)?

Mireille

Change History (2)

#1 @audrasjb
5 years ago

  • Keywords needs-patch needs-design added
  • Milestone changed from Awaiting Review to Future Release
  • Owner set to audrasjb
  • Status changed from new to reviewing

Hi @mireillesan and thank you for the ticket,

We definitely can improve the menu deletion process but I'm don't think we can safely move Menus to another database table because of backward compatibility.

I'm in favor of keeping this ticket open to see if we can add a bulk edit (it is plugin territory in my opinion, though).

By the way, thanks for the ticket. Moving it to Future release and marking it as needs-patch needs-design.

Cheers,
Jb

#2 @audrasjb
5 years ago

  • Keywords needs-design removed
  • Summary changed from Improve Menu experience to Improve Menu experience by making it easier to delete multiple menus at once
Note: See TracTickets for help on using tickets.