mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
issue 46 apply server side validator in document module
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8498 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e129e7c227
commit
8791643bb1
12 changed files with 83 additions and 27 deletions
|
|
@ -38,14 +38,14 @@
|
|||
<action name="getDocumentCategoryTplInfo" type="model" standalone="true" />
|
||||
<action name="getDocumentVotedMemberList" type="model" standalone="true" />
|
||||
|
||||
<action name="procDocumentInsertCategory" type="controller" standalone="true" />
|
||||
<action name="procDocumentInsertCategory" type="controller" standalone="true" ruleset="insertCategory" />
|
||||
<action name="procDocumentDeleteCategory" type="controller" standalone="true" />
|
||||
<action name="procDocumentMoveCategory" type="controller" standalone="true" />
|
||||
<action name="procDocumentMakeXmlFile" type="controller" standalone="true" />
|
||||
<action name="procDocumentTempSave" type="controller" standalone="true" />
|
||||
|
||||
<action name="procDocumentAdminInsertAlias" type="controller" standalone="true" />
|
||||
<action name="procDocumentAdminDeleteAlias" type="controller" standalone="true" />
|
||||
<action name="procDocumentAdminInsertAlias" type="controller" standalone="true" ruleset="insertAlias" />
|
||||
<action name="procDocumentAdminDeleteAlias" type="controller" standalone="true" ruleset="deleteAlias" />
|
||||
<action name="procDocumentAdminRestoreTrash" type="controller" standalone="true" />
|
||||
<action name="procDocumentAdminMoveExtraVar" type="controller" standalone="true" />
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue