mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
issue 2362 add get sitemap info api
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11190 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
8cf9c3c83c
commit
2b5a985ef2
2 changed files with 92 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<module>
|
||||
<grants />
|
||||
<permission action="getMenuAdminSiteMap" target="manager" />
|
||||
<permissions />
|
||||
<actions>
|
||||
<action name="dispMenuAdminContent" type="view" standalone="true" />
|
||||
|
|
@ -11,6 +12,7 @@
|
|||
|
||||
<action name="getMenuAdminTplInfo" type="model" standalone="true" />
|
||||
<action name="getMenuAdminItemInfo" type="model" standalone="true" />
|
||||
<action name="getMenuAdminSiteMap" type="model" standalone="true" />
|
||||
|
||||
<action name="procMenuAdminInsert" type="controller" standalone="true" ruleset="insertMenu" />
|
||||
<action name="procMenuAdminUpdate" type="controller" standalone="true" ruleset="updateMenuTitle" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue