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

JobTemplateDetail screen displays incorrect Webhook Service name if Bitbucket Data Center is chosen #15443

Open
5 of 11 tasks
skif443 opened this issue Aug 14, 2024 · 0 comments
Open
5 of 11 tasks

Comments

@skif443
Copy link

skif443 commented Aug 14, 2024

Please confirm the following

  • I agree to follow this project's code of conduct.
  • I have checked the current issues for duplicates.
  • I understand that AWX is open source software provided for free and that I might not receive a timely response.
  • I am NOT reporting a (potential) security vulnerability. (These should be emailed to [email protected] instead.)

Bug Summary

JobTemplateDetail screen displays incorrect Webhook Service name if Bitbucket Data Center is chosen.

          <Detail
            label={t`Webhook Service`}
            value={webhook_service === 'github' ? t`GitHub` : t`GitLab`} # Bug is here
            dataCy="jt-detail-webhook-service"
            helpText={helpText.webhookService}
          />

Снимок экрана 2024-08-14 в 16 40 14 1
Снимок экрана 2024-08-14 в 16 40 58

AWX version

24.6.1

Select the relevant components

  • UI
  • UI (tech preview)
  • API
  • Docs
  • Collection
  • CLI
  • Other

Installation method

docker development environment

Modifications

no

Ansible version

No response

Operating system

No response

Web browser

No response

Steps to reproduce

  1. Open any Job Template, click Edit.
  2. In "Options" check "Enable Webhook".
  3. Choose "Bitbucket Data Center".
  4. Click Save.
  5. Open "Details" screen of the same Job Template.
  6. Look at "Webhook Service" field. It's "GitLab".

Expected results

Webhooks service is "Bitbucket Data Center"

Actual results

Webhooks service is "GitLab"

Additional information

No response

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

No branches or pull requests

1 participant