Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Navigation Screen: Fetch all menus for display in <select> menu (#22591)
Use an unbounded query (per_page=-1) when fetching menus for display in the Navigation Screen. Note that fetchAllMiddleware() will translate this per_page=-1 query into several per_page=100 requests.
- Loading branch information