Quick Menu is a very simple way to change the scope of an admin action with a click.
If you are editing a user profile you are doing something like:
- controller: users
- action: edit
- scope: 53 (the user’s id)
When you need to switch to another user profile you need to change the scope of your action, not the action itself so a little jump menu may be the really easiest way to perform this action.







