From 05e9b7307d1e32479ce8f154e90468974765db39 Mon Sep 17 00:00:00 2001 From: s-nakajima Date: Tue, 9 Nov 2021 12:37:04 +0900 Subject: [PATCH 1/2] =?UTF-8?q?refactor:=20=E4=B8=8D=E8=A6=81=E3=81=AA?= =?UTF-8?q?=E5=87=A6=E7=90=86=E3=82=92=E5=89=8A=E9=99=A4=20=E2=80=BB?= =?UTF-8?q?=E5=88=9D=E6=9C=9F=E8=A8=AD=E8=A8=88=E3=81=A7=E3=81=AF=E3=80=81?= =?UTF-8?q?=E3=83=9A=E3=83=BC=E3=82=B8=E5=90=8D=E3=82=92=E8=87=AA=E7=94=B1?= =?UTF-8?q?=E3=81=AB=E5=A4=89=E6=9B=B4=E3=81=A7=E3=81=8D=E3=82=8B=E8=A8=AD?= =?UTF-8?q?=E8=A8=88=E3=81=A0=E3=81=A3=E3=81=9F=E3=81=8C=E3=80=81=E3=81=9D?= =?UTF-8?q?=E3=81=AE=E4=BB=95=E6=A7=98=E3=81=AF=E7=84=A1=E3=81=8F=E3=81=AA?= =?UTF-8?q?=E3=81=A3=E3=81=9F(=EF=BC=9F)=E3=81=9F=E3=82=81=E4=B8=8D?= =?UTF-8?q?=E8=A6=81=E3=81=AB=E3=81=AA=E3=81=A3=E3=81=9F=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- View/Elements/QuizEdit/EditQuestion/hidden_page_info_set.ctp | 2 -- 1 file changed, 2 deletions(-) diff --git a/View/Elements/QuizEdit/EditQuestion/hidden_page_info_set.ctp b/View/Elements/QuizEdit/EditQuestion/hidden_page_info_set.ctp index 34e040e..ecebfbb 100644 --- a/View/Elements/QuizEdit/EditQuestion/hidden_page_info_set.ctp +++ b/View/Elements/QuizEdit/EditQuestion/hidden_page_info_set.ctp @@ -15,5 +15,3 @@ array('ng-value' => 'page.pageSequence')); echo $this->NetCommonsForm->hidden('QuizPage.{{pageIndex}}.key', array('ng-value' => 'page.key')); - $this->NetCommonsForm->hidden('QuizPage.{{pageIndex}}.page_title', - array('ng-value' => 'page.pageTitle')); From 48349f4c0577fd36396f163e260dbfbf6b19e5c9 Mon Sep 17 00:00:00 2001 From: s-nakajima Date: Tue, 9 Nov 2021 15:54:30 +0900 Subject: [PATCH 2/2] =?UTF-8?q?refactor:=20debug=E3=81=AE=E5=89=8A?= =?UTF-8?q?=E9=99=A4=E6=BC=8F=E3=82=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Controller/QuizEditController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Controller/QuizEditController.php b/Controller/QuizEditController.php index db634dd..27fd02c 100644 --- a/Controller/QuizEditController.php +++ b/Controller/QuizEditController.php @@ -425,7 +425,6 @@ protected function _getActionUrl($method) { if (Current::isSettingMode()) { $urlArray['q_mode'] = 'setting'; } - $this->log($urlArray, 'debug'); return NetCommonsUrl::actionUrl($urlArray); }