mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Apply manager scopes to commonly used modules
This commit is contained in:
parent
008a15bcd5
commit
8c6beff859
7 changed files with 33 additions and 33 deletions
|
|
@ -3,15 +3,15 @@
|
|||
<grants />
|
||||
<actions>
|
||||
<action name="getMembersPointInfo" type="model" permission="member" />
|
||||
|
||||
|
||||
<action name="dispPointAdminConfig" type="view" admin_index="true" menu_name="point" menu_index="true" />
|
||||
<action name="dispPointAdminModuleConfig" type="view" menu_name="point" />
|
||||
<action name="dispPointAdminPointList" type="view" menu_name="point" />
|
||||
|
||||
|
||||
<action name="procPointAdminInsertConfig" type="controller" ruleset="insertConfig" />
|
||||
<action name="procPointAdminInsertModuleConfig" type="controller" />
|
||||
<action name="procPointAdminUpdatePoint" type="controller" ruleset="updatePoint" />
|
||||
<action name="procPointAdminInsertPointModuleConfig" type="controller" permission="manager" check_var="target_module_srl" />
|
||||
<action name="procPointAdminInsertPointModuleConfig" type="controller" permission="manager:config:*" check_var="target_module_srl" />
|
||||
<action name="procPointAdminReCal" type="controller" />
|
||||
<action name="procPointAdminApplyPoint" type="controller" />
|
||||
<action name="procPointAdminReset" type="controller" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue