-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
AWX multiple Choice does not work and unable to add options #4192
Comments
Some users on our team are experiencing this. Did you happen to find out a fix @Sreenadh8 ?? |
I have tried to reproduce this in awx and in Tower 3.3.3 and I have been unsuccessful. I can successfully create a textarea and multiselect survey question from new Job Templates and from existing job templates. |
Can we move this to |
This is reproducible on AWX 5.0.0 but has been fixed in AWX 7.0.0/latest. leaving next steps to you @AlexSCorey |
@dsesami Thanks for checking into this. In conversation with @ryanpetrello we are going to see if we get more reports, that offer more details as to the source of the problem, and move from there. |
For what it's worth, we observed this on v6.0.0. Haven't upgraded to 7.0.0 yet. |
@fxfitz |
Gotcha. We'd like to upgrade, but right now we're seeing problems with our role requirements downloading, so until that's fixed we won't be able to upgrade. |
@dsesami what change to AWX do we suspect resolved this? |
@ryanpetrello @fxfitz after some sanity checks with different instances: First, I completely misremembered and got this confused with something else. apparently this bug isn't fixed yet. For that miscommunication I apologize. #4343 also exists about this. Apparently this is something that can affect different textareas in the app, but it happens consistently on some AWX instances and not on others, so this is ongoing. @AlexSCorey has a repro he's going to try to dive into. |
Per discussion with @AlexSCorey I'm adding my own two cents. |
I've got a PR up to address what I think is the root cause of this behavior. See: #4869. For those that do come across this before #4869 merges I believe a hard refresh of the page will alleviate the issue. The easiest reproducer that I came across was:
|
Tried the repro scenario mentioned above, and attempted to break the multi-select. This appears to work correctly. |
ISSUE TYPE
Component Name
UI
SUMMARY
I am not able to add 2 options to the survey when I chose the answer type multiple options single select or multi select..
ENVIRONMENT
STEPS TO REPRODUCE
Add one question to survey with mutliple Choice(Single Select or multi-select) type . And try to add options in 'choice options'...
EXPECTED RESULTS
Once I hit enter in the multiple choice options box, I am expecting to go to next line to add my second option.
ACTUAL RESULTS
it stuck in the first line
ADDITIONAL INFORMATION
I tried with AWX 3.0.1, 4.0.0 and even latest version 5.0 , still this issue exist... please help to fix this issue...
The text was updated successfully, but these errors were encountered: