This shows me how I can make an extra context menu item for admin, which I'm actually needing to do currently since I don't think we can do custom fields to admin yet.
Well it seems you cannot add a menu item to admin because you cannot actually launch the menuRendering from admin when you right click because it doesn't have a menu in the first place. It works when a node has a menu, but when it doesn't it cannot launch menuRendering and I need this custom menu item.
I ended up fixing this issue by building an admin tree in my section allowing the admin user to see all users and when the user is clicked on you can edit credentials(or whatever you want to add to the user).
Possible Error in Documents? Custom Context Menu item for admin
https://our.umbraco.org/documentation/extending/section-trees/trees-v7
This shows me how I can make an extra context menu item for admin, which I'm actually needing to do currently since I don't think we can do custom fields to admin yet.
Well it seems you cannot add a menu item to admin because you cannot actually launch the menuRendering from admin when you right click because it doesn't have a menu in the first place. It works when a node has a menu, but when it doesn't it cannot launch menuRendering and I need this custom menu item.
I ended up fixing this issue by building an admin tree in my section allowing the admin user to see all users and when the user is clicked on you can edit credentials(or whatever you want to add to the user).
is working on a reply...