mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
Merge pull request #786 from conory/pr/permission
module.xml <action>에 permission 속성 추가
This commit is contained in:
commit
44d6c8f63f
33 changed files with 341 additions and 505 deletions
|
|
@ -1,11 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<module>
|
||||
<grants />
|
||||
<permissions>
|
||||
<permission action="getSiteAllList" target="root" />
|
||||
</permissions>
|
||||
<actions>
|
||||
<action name="getSiteAllList" type="model" />
|
||||
<action name="getSiteAllList" type="model" permission="root" />
|
||||
|
||||
<action name="dispAdminIndex" type="view" index="true" />
|
||||
<action name="dispAdminConfigGeneral" type="view" menu_name="adminConfigurationGeneral" menu_index="true" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue