From 1d9fa660da752f5f7c07649d9a192139b5388dea Mon Sep 17 00:00:00 2001 From: ryuring Date: Tue, 5 Dec 2023 22:55:11 +0900 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E8=A6=81=E3=81=AA=E3=83=A1=E3=82=BD?= =?UTF-8?q?=E3=83=83=E3=83=89=E3=82=92=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/baser-core/src/Model/Table/ContentsTable.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/plugins/baser-core/src/Model/Table/ContentsTable.php b/plugins/baser-core/src/Model/Table/ContentsTable.php index a8f477aeec..efd9cec81e 100644 --- a/plugins/baser-core/src/Model/Table/ContentsTable.php +++ b/plugins/baser-core/src/Model/Table/ContentsTable.php @@ -238,12 +238,6 @@ public function validationDefault(Validator $validator): Validator return $validator; } - public function checkParentId($value, $context) - { - $value = 1; - return false; - } - /** * サイト設定にて、エイリアスを利用してメインサイトと自動連携するオプションを利用時に、 * 関連するサブサイトで、関連コンテンツを作成する際、同階層に重複名称のコンテンツがないか確認する