Skip to content
New issue

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

学習の新規実行で実行コマンド必須エラーが分かりにくい #659

Open
ota-hiroko opened this issue Apr 18, 2023 · 1 comment
Labels

Comments

@ota-hiroko
Copy link
Contributor

ota-hiroko commented Apr 18, 2023

学習の新規実行のStep2で、実行コマンドにも必須*がついているのにNextStepをクリックしても赤いエラーメッセージが表示されず、次のStepに進めてしまう。
最終Stepで「実行」ボタンをクリックするとエラーになるが、メッセージが「The EntryPoint field is required」なのでわかりにくい
推論の新規実行でも同様。

@ota-hiroko
Copy link
Contributor Author

必須チェックのつけ漏れかと思われたが、コード的にはちゃんと必須チェックがついていた

STEP2で以下の状態でnextをクリックした後、
・コンテナイメージ:何か入力する
・Gitモデル:何か入力する
・実行コマンド:何も入力しない
STEP3でPrecious stepをクリックしてSTEP2へ戻り、再度STEP2でnextをクリックすると必須エラーが「実行コマンド」に表示される

また、ためしにSTEP2の左側にある「コンテナイメージ」「モデル」と右側にある「実行コマンド」の位置をHTML的に入れ替えてみた状態で
何も入力せずにnextをクリックすると「コンテナイメージ」「モデル」「実行コマンド」すべてに正しく必須エラーが表示された

form.validationを実行するときに先に「コンテナイメージ」「モデル」という特殊なvalidationをすると「実行コマンド」のvalidation無視されてしまっている?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant