diff --git a/plugins/baser-core/src/Model/Table/SitesTable.php b/plugins/baser-core/src/Model/Table/SitesTable.php index 1a48770a6b..5e15daefbc 100644 --- a/plugins/baser-core/src/Model/Table/SitesTable.php +++ b/plugins/baser-core/src/Model/Table/SitesTable.php @@ -124,7 +124,7 @@ public function validationDefault(Validator $validator): Validator ->scalar('alias') ->maxLength('alias', 50, __d('baser_core', 'エイリアスは50文字以内で入力してください。')) ->requirePresence('alias', 'create', __d('baser_core', 'エイリアスを入力してください。')) - ->notEmptyString('alias', __d('baser_core', 'エイリアスを入力してください。')) + ->allowEmptyString('alias') ->add('alias', [ 'aliasUnique' => [ 'rule' => 'validateUnique', diff --git a/plugins/bc-admin-third/templates/Admin/element/Sites/form.php b/plugins/bc-admin-third/templates/Admin/element/Sites/form.php index 854ce14e03..7d92ae97be 100644 --- a/plugins/bc-admin-third/templates/Admin/element/Sites/form.php +++ b/plugins/bc-admin-third/templates/Admin/element/Sites/form.php @@ -29,7 +29,7 @@ * @noTodo */ $this->BcBaser->i18nScript([ - 'confirmMessage1' => __d('baser_core', "サブサイトを削除してもよろしいですか?\nサブサイトに関連しているコンテンツは全てゴミ箱に入ります。"), + 'confirmMessage1' => __d('baser_core', "サイトを削除してもよろしいですか?\nサイトに関連しているコンテンツは全てゴミ箱に入ります。"), 'confirmMessage2' => __d('baser_core', 'エイリアスを本当に変更してもいいですか?

エイリアスを変更する場合、サイト全体のURLが変更となる為、保存に時間がかかりますのでご注意ください。'), 'confirmTitle1' => __d('baser_core', 'エイリアス変更') ], ['escape' => false]); @@ -56,13 +56,13 @@ BcAdminForm->control('name', ['type' => 'text', 'size' => '30', 'autofocus' => true]) ?>
+ class="bca-helptext">  [BcAdminForm->label('alias', __d('baser_core', 'エイリアス')) ?>] BcAdminForm->control('alias', ['type' => 'text', 'size' => '10']) ?>
+ class="bca-helptext"> BcAdminForm->error('name') ?> BcAdminForm->error('alias') ?> @@ -75,7 +75,7 @@ class="bca-helptext">BcAdminForm->control('display_name', ['type' => 'text', 'size' => '60']) ?>
+ class="bca-helptext"> BcAdminForm->error('display_name') ?> @@ -85,7 +85,7 @@ class="bca-helptext"> BcAdminForm->control('title', ['type' => 'text', 'size' => '60']) ?> -
+
BcAdminForm->error('title') ?> @@ -118,7 +118,7 @@ class="bca-form-table__label">BcAdminForm->label('main_site_id BcAdminForm->control('relate_main_site', ['type' => 'checkbox', 'label' => __d('baser_core', 'エイリアスを利用してメインサイトと自動連携する')]) ?>
-

+

BcAdminForm->error('main_site_id') ?> @@ -133,7 +133,7 @@ class="bca-form-table__label">BcAdminForm->label('main_site_id  BcAdminForm->control('device', ['type' => 'select', 'options' => $selectableDevices]) ?>
+ class="bca-helptext"> BcAdminForm->control('device', ['type' => 'hidden']) ?> @@ -141,7 +141,7 @@ class="bca-helptext">BcAdminForm->control('lang', ['type' => 'select', 'options' => $selectableLangs]) ?>
+ class="bca-helptext"> BcAdminForm->control('lang', ['type' => 'hidden']) ?> @@ -163,10 +163,10 @@ class="bca-helptext">
BcAdminForm->control('auto_link', ['type' => 'checkbox', 'label' => __d('baser_core', '全てのリンクをサブサイト用に変換する')]) ?>  + id="SpanSiteAutoLink">BcAdminForm->control('auto_link', ['type' => 'checkbox', 'label' => __d('baser_core', '全てのリンクをサイト用に変換する')]) ?>  + class="bca-helptext"> BcAdminForm->error('device') ?> @@ -180,7 +180,7 @@ class="bca-helptext">BcAdminForm->control('theme', ['type' => 'select', 'options' => $selectableThemes]) ?>
+ class="bca-helptext"> BcAdminForm->error('theme') ?>