Commit 963dc1b4 by Kim Gyeongeun

#51436 設問の選択肢を21個以上作成した際、21個目以降の選択肢にフリーアンサー設定ができない(ID:0027)

parent 4dbd4b01
......@@ -3,11 +3,11 @@
*/
package jp.agentec.sinaburocast.action.admin;
import jp.agentec.sinaburocast.action.AbstractAction;
import org.apache.log4j.Logger;
import org.seasar.struts.annotation.Execute;
import jp.agentec.sinaburocast.action.AbstractAction;
/**
* @author kim-hs
*
......@@ -20,7 +20,7 @@ public class EnqueteAction extends AbstractAction {
*/
@Execute(validator = false)
public String index() {
logger.info("test");
return "/admin/enquete/index.html";
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment