mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
issue 46 validator apply to menu module
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8514 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c8c03a898c
commit
77722f35b9
7 changed files with 54 additions and 12 deletions
|
|
@ -10,10 +10,10 @@
|
|||
|
||||
<action name="getMenuAdminTplInfo" type="model" standalone="true" />
|
||||
|
||||
<action name="procMenuAdminInsert" type="controller" standalone="true" />
|
||||
<action name="procMenuAdminUpdate" type="controller" standalone="true" />
|
||||
<action name="procMenuAdminInsert" type="controller" standalone="true" ruleset="insertMenu" />
|
||||
<action name="procMenuAdminUpdate" type="controller" standalone="true" ruleset="updateMenuTitle" />
|
||||
<action name="procMenuAdminDelete" type="controller" standalone="true" />
|
||||
<action name="procMenuAdminInsertItem" type="controller" standalone="true" />
|
||||
<action name="procMenuAdminInsertItem" type="controller" standalone="true" ruleset="insertMenuItem" />
|
||||
<action name="procMenuAdminDeleteItem" type="controller" standalone="true" />
|
||||
<action name="procMenuAdminMakeXmlFile" type="controller" standalone="true" />
|
||||
<action name="procMenuAdminMoveItem" type="controller" standalone="true" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue