mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Add admin login-as (impersonate) feature to member admin list (#4)
Co-authored-by: Lastorder-DC <18280396+Lastorder-DC@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
This commit is contained in:
parent
fdb1f8269b
commit
fc0e8a9843
5 changed files with 68 additions and 1 deletions
|
|
@ -118,6 +118,7 @@
|
|||
<action name="procMemberAdminUpdateGroupOrder" type="controller" />
|
||||
<action name="procMemberAdminUpdateMembersGroup" type="controller" ruleset="manageMemberGroup" />
|
||||
<action name="procMemberAdminDeleteMembers" type="controller" />
|
||||
<action name="procMemberAdminLoginAs" type="controller" />
|
||||
</actions>
|
||||
<eventHandlers>
|
||||
<eventHandler after="document.getDocumentMenu" class="controller" method="triggerGetDocumentMenu" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue