issue 46 apply validator to poll module

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8548 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2011-06-30 00:54:10 +00:00
parent a65976f913
commit f020e75e09
11 changed files with 67 additions and 19 deletions

View file

@ -13,9 +13,9 @@
<action name="getPollAdminTarget" type="model" standalone="true" />
<action name="procInsert" type="controller" standalone="true" />
<action name="procPoll" type="controller" standalone="true" />
<action name="procPoll" type="controller" standalone="true" ruleset="poll" />
<action name="procPollViewResult" type="controller" standalone="true" />
<action name="procPollAdminDeleteChecked" type="controller" standalone="true" />
<action name="procPollAdminInsertConfig" type="controller" standalone="true" />
<action name="procPollAdminDeleteChecked" type="controller" standalone="true" ruleset="deleteChecked" />
<action name="procPollAdminInsertConfig" type="controller" standalone="true" ruleset="insertConfig" />
</actions>
</module>