NateWr / food-and-drink-menu

WordPress plugin to create a food and drink menu
33 stars 14 forks source link

Menu Item filters can cause URLs that are too long due to item price fields #35

Closed NateWr closed 7 years ago

NateWr commented 7 years ago

The new item price options in the quick edit menu get placed into the query string when filtering Menu Items by section. This can cause the URL to exceed a maximum length and cause errors.

The name attributes should be removed from the price input fields so that they don't get picked up by the list table form submission.