-
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
missed button save when select webhook credential #7892
Comments
most likely related to latest version bump of jquery & other dependencies. See fixes for similar issues: #7553 |
in awx 13.0.0. same problem #7441 |
Note to anyone who works on this: removing any self-closing tags found in the following code will probably fix this bug so try that first: workflow-add.controller.js#L129-L158 See #7553 for example of fixes for similar issues |
Version 14.1.0 and 15.0.0 is affected by this as well. |
PIpelines are borked due to galaxy. Will test next week |
Covered in job-template-operations.spec.js |
ISSUE TYPE
SUMMARY
when setting up a new webhook and selecting a credential there is no way to confirm the credential selection
ENVIRONMENT
STEPS TO REPRODUCE
create new gitlab personal access token credential
configure job template to use webhook.
attempt to select previously created credential in the webhook credential field
EXPECTED RESULTS
select button visible to select the credential
ACTUAL RESULTS
list of credentials displayed with no way to select the credential
ADDITIONAL INFORMATION
The text was updated successfully, but these errors were encountered: