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:
ovclas 2012-09-10 06:49:43 +00:00
parent 8cf9c3c83c
commit 2b5a985ef2
2 changed files with 92 additions and 0 deletions

View file

@ -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" />