Skip to content

Commit 44da541

Browse files
authored
fix #4279【アクセス制限設定】項目:ルール(必須)→必須チェックがされていない (#4290)
* fix #4279【アクセス制限設定】項目:ルール(必須)→必須チェックがされていない * fix #4279【アクセス制限設定】項目:ルール(必須)→必須チェックを外す修正
1 parent eca954e commit 44da541

File tree

1 file changed

+0
-1
lines changed
  • plugins/bc-admin-third/templates/Admin/element/PermissionGroups

1 file changed

+0
-1
lines changed

plugins/bc-admin-third/templates/Admin/element/PermissionGroups/form.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
<?php if($this->getRequest()->getParam('action') === 'edit'): ?>
5858
<tr>
5959
<th class="col-head bca-form-table__label"><?php echo $this->BcAdminForm->label('name', __d('baser_core', 'ルール')) ?>
60-
&nbsp;<span class="bca-label" data-bca-label-type="required"><?php echo __d('baser_core', '必須') ?></span>
6160
</th>
6261
<td class="col-input bca-form-table__input">
6362

0 commit comments

Comments
 (0)