mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Add short URLs to ncenterlite user config screens
This commit is contained in:
parent
1366bb72ce
commit
b4a15138ac
1 changed files with 4 additions and 4 deletions
|
|
@ -2,10 +2,10 @@
|
|||
<module>
|
||||
<grants />
|
||||
<actions>
|
||||
<action name="dispNcenterliteNotifyList" type="view" permission="member" />
|
||||
<action name="dispNcenterliteUserConfig" type="view" permission="member" />
|
||||
<action name="dispNcenterliteUnsubscribeList" type="view" />
|
||||
<action name="dispNcenterliteInsertUnsubscribe" type="view" />
|
||||
<action name="dispNcenterliteNotifyList" type="view" permission="member" route="notifications" />
|
||||
<action name="dispNcenterliteUserConfig" type="view" permission="member" route="notififcations/config" />
|
||||
<action name="dispNcenterliteUnsubscribeList" type="view" route="notififcations/unsubscribe" />
|
||||
<action name="dispNcenterliteInsertUnsubscribe" type="view" route="notififcations/unsubscribe/add" />
|
||||
|
||||
<action name="getColorsetList" type="model" permission="root" />
|
||||
<action name="getMyNotifyListTpl" type="model" permission="member" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue