Skip to content

Commit

Permalink
アクセスルールグループ編集画面で保存ができない fix #3171
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuring committed Feb 27, 2024
1 parent 96ac6fe commit ca955f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/baser-core/src/Model/Table/PermissionsTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ public function validationDefault(Validator $validator): Validator
->scalar('url')
->maxLength('url', 255, __d('baser_core', '設定URLは255文字以内で入力してください。'))
->notEmptyString('url', __d('baser_core', '設定URLを入力してください。'))
->requirePresence('url')
->regex('url', '/\A\//', __d('baser_core', '設定URLはスラッシュから始まるURLを入力してください。'))
->add('url', [
'nameAlphaNumericPlus' => [
Expand Down

0 comments on commit ca955f1

Please sign in to comment.