How does the Roles modules add the roles to the Create/Edit shape of the user? #8057
MikeAlhayek
started this conversation in
General
Replies: 1 comment
-
Duplicate of #8056 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to add a "location" menu to the Create/Edit user screen similar to how the Roles menu is added. I can't figure out how OrchardCore.Roles module is attaching that ViewComponent to the Create/Edit form shape.
I am expecting some sort of a driver that would somehow inject ViewComponent into the shape but can't seem to find on where.
I have reviewed the module thoroughly but still can't seems to figure out how it injects that view into the User Create/Edit shape?
Can someone please point me in the right direction? What code in OrchardCore.Roles attaches the roles menu to the edit/create form of the user?
Beta Was this translation helpful? Give feedback.
All reactions