when setting up a new webhook and selecting a credential there is no way to confirm the credential selection
create new gitlab personal access token credential
configure job template to use webhook.
attempt to select previously created credential in the webhook credential field
select button visible to select the credential
list of credentials displayed with no way to select the credential
most likely related to latest version bump of jquery & other dependencies. See fixes for similar issues: https://github.com/ansible/awx/pull/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
workflow-edit.controller.js#L168-L197
job-template-add.controller.js#L111-L140
job-template-edit.controller.js#L161-L189
See #7553 for example of fixes for similar issues
Version 14.1.0 and 15.0.0 is affected by this as well.
@tobgen The change was merged the day (1 oct) after the tag was created (30 sept) - #8304
PIpelines are borked due to galaxy. Will test next week
Covered in job-template-operations.spec.js
Most helpful comment
in awx 13.0.0. same problem #7441