Commit 35e68f35 by Kim Gyeongeun

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

parent 963dc1b4
...@@ -20,7 +20,6 @@ public class EnqueteAction extends AbstractAction { ...@@ -20,7 +20,6 @@ public class EnqueteAction extends AbstractAction {
*/ */
@Execute(validator = false) @Execute(validator = false)
public String index() { public String index() {
logger.info("test");
return "/admin/enquete/index.html"; 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