-
Notifications
You must be signed in to change notification settings - Fork 43
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
[BUG] Cannot manually enter some values on the application review page #1844
Labels
kind/bug
Categorizes issue or PR as related to a bug.
priority/normal
Higher priority than priority/minor. Nice to have.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Milestone
Comments
sjd78
added
kind/bug
Categorizes issue or PR as related to a bug.
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
labels
Apr 12, 2024
This issue is currently awaiting triage. |
konveyor-ci-bot
bot
added
the
needs-priority
Indicates an issue or PR lacks a `priority/foo` label and requires one.
label
Apr 12, 2024
sjd78
added
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
and removed
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
needs-priority
Indicates an issue or PR lacks a `priority/foo` label and requires one.
labels
Apr 12, 2024
konveyor-ci-bot
bot
added
the
needs-priority
Indicates an issue or PR lacks a `priority/foo` label and requires one.
label
Apr 12, 2024
sjd78
added
priority/normal
Higher priority than priority/minor. Nice to have.
and removed
needs-priority
Indicates an issue or PR lacks a `priority/foo` label and requires one.
labels
Apr 12, 2024
sjd78
added a commit
that referenced
this issue
Apr 15, 2024
On the review form, fix the `onChange` handler for the following `NumberInput` fields: - criticality - priority Note: This fix is a follow up to the fix in #1831. A grep across the codebase showed 2 more or the same problems. Resolves: #1844 Signed-off-by: Scott J Dickerson <sdickers@redhat.com> Co-authored-by: Ian Bolton <ibolton@redhat.com>
github-actions bot
pushed a commit
that referenced
this issue
Apr 15, 2024
On the review form, fix the `onChange` handler for the following `NumberInput` fields: - criticality - priority Note: This fix is a follow up to the fix in #1831. A grep across the codebase showed 2 more or the same problems. Resolves: #1844 Signed-off-by: Scott J Dickerson <sdickers@redhat.com> Co-authored-by: Ian Bolton <ibolton@redhat.com> Signed-off-by: Cherry Picker <noreply@github.com>
sjd78
pushed a commit
that referenced
this issue
Apr 15, 2024
On the review form, fix the `onChange` handler for the following `NumberInput` fields: - criticality - priority Note: This fix is a follow up to the fix in #1831. A grep across the codebase showed 2 more of the same problems. Resolves: #1844 Backport-of: #1839 Signed-off-by: Scott J Dickerson <sdickers@redhat.com> Co-authored-by: Ian Bolton <ibolton@redhat.com> Signed-off-by: Cherry Picker <noreply@github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
kind/bug
Categorizes issue or PR as related to a bug.
priority/normal
Higher priority than priority/minor. Nice to have.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Is there an existing issue for this?
Konveyor version
0.3
Priority
Major
Current Behavior
The "Business criticality" and "Work priority" fields on the Application Review page do not allow typing of an input. The plus and minus buttons work. Typing an input does not.
Expected Behavior
For those 2 fields, the minus button, plus button and the input fields should all work as expected. You should be able to directly enter a value.
How Reproducible
Always (Default)
Steps To Reproduce
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: