mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
Merge pull request #1172 from izuzero/develop.11
설문조사 컴포넌트를 사용할 수 없는 문제 해결
This commit is contained in:
commit
32fb42d51e
3 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<filter name="insert_poll" module="poll" act="procInsert" confirm_msg_code="confirm_submit">
|
||||
<filter name="insert_poll" module="poll" act="procPollInsert" confirm_msg_code="confirm_submit">
|
||||
<form />
|
||||
<parameter />
|
||||
<response callback_func="completeInsertPoll">
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
<action name="getPollGetColorsetList" type="model" />
|
||||
<action name="getPollAdminTarget" type="model" />
|
||||
|
||||
<action name="procInsert" type="controller" />
|
||||
<action name="procPollInsert" type="controller" />
|
||||
<action name="procPoll" type="controller" ruleset="poll" />
|
||||
<action name="procPollViewResult" type="controller" />
|
||||
<action name="procPollGetList" type="controller" />
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ class pollController extends poll
|
|||
/**
|
||||
* @brief after a qeustion is created in the popup window, register the question during the save time
|
||||
*/
|
||||
function procInsert()
|
||||
function procPollInsert()
|
||||
{
|
||||
$stop_date = Context::get('stop_date');
|
||||
if($stop_date < date('Ymd'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue