ansible / awx

AWX provides a web-based user interface, REST API, and task engine built on top of Ansible. It is one of the upstream projects for Red Hat Ansible Automation Platform.
Other
14k stars 3.42k forks source link

Project updates do not show credential in list view #4023

Open kdelee opened 5 years ago

kdelee commented 5 years ago
ISSUE TYPE
SUMMARY

When testing https://github.com/ansible/awx/issues/2891 I noticed that project updates do not show credential in the expanded list view.

Screenshot from 2019-06-06 16-50-04

1st item is project update with scm credential 2nd item is inventory with credential 3rd item is job from JT with credential.

ENVIRONMENT
STEPS TO REPRODUCE

Create a SCM credential Create a project and use the SCM credential. Run an update Go to Jobs list view. Click on expanded list view.

EXPECTED RESULTS

Shows credentials like other jobs

ACTUAL RESULTS

Not shown

ADDITIONAL INFORMATION

I do want to note it IS shown on the project update itself. Screenshot from 2019-06-06 17-01-00

AlanCoding commented 5 years ago

Although #2891 was fixed with an API change, I suspect this will require a UI change, because the credential for projects is still a singular credential, which is reflected in the models, and this field is still in the project (and project update) table, not the unified job template table, and we have no plans of moving it. Ping @ryanpetrello just in case we're not on the same page about any of that.

ryanpetrello commented 5 years ago

@AlanCoding nope, that sounds about right to me.

unlikelyzero commented 3 years ago

retest in new ui

unlikelyzero commented 3 years ago

this is likely missing and will require the update of a stub

akus062381 commented 3 years ago

Checked this manually, and it doesn't appear to have been implemented in the new UI. putting back into needs_devel.