We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
会員検索画面において、検索エラーのバリデーションメッセージが一貫していない。 例えば、電話番号欄に半角英字の「test」と入力した場合、 「半角英数字かハイフンのみを入力してください」というメッセージが表示されます。 また、全角数字を入力した場合、バリデーションが発生せずに検索が実行されてしまいます。
・会員管理>会員一覧へ遷移 ・詳細検索入力フォームに、バリデーションエラーが発生するデータを入力し "検索" ボタンを押下 例1)電話番号:test 例2)電話番号:1
EC-CUBE 4.3.0-beta
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
概要(Overview)
会員検索画面において、検索エラーのバリデーションメッセージが一貫していない。
例えば、電話番号欄に半角英字の「test」と入力した場合、
「半角英数字かハイフンのみを入力してください」というメッセージが表示されます。
また、全角数字を入力した場合、バリデーションが発生せずに検索が実行されてしまいます。
再現手順(Procedure)
・会員管理>会員一覧へ遷移
・詳細検索入力フォームに、バリデーションエラーが発生するデータを入力し "検索" ボタンを押下
例1)電話番号:test
例2)電話番号:1
環境(Environment)
EC-CUBE 4.3.0-beta
The text was updated successfully, but these errors were encountered: