Created attachment 1268946 [details] Screenshot showing actual results Description of problem: Adding ansible repository, the task is created but Task Name is not showing properly. See attached screenshot. Version-Release number of selected component (if applicable):5.8.0.9-alpha2.20170404195944_1d7ece4 How reproducible:100% Steps to Reproduce: 1. Navigate to Automation--> Ansible --> Repository 2. Add repository. 3. Navigate to User drop-down--> Configuration --> Tasks Actual results: Task Name is not showing properly Expected results: Task Name should have proper name. Additional info:
https://github.com/ManageIQ/manageiq/pull/14656
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/c82a0851b8b356cedd6a06dc1ac31a2a60127da6 commit c82a0851b8b356cedd6a06dc1ac31a2a60127da6 Author: James Wong <jwong> AuthorDate: Thu Apr 6 18:52:33 2017 -0400 Commit: James Wong <jwong> CommitDate: Thu Apr 6 18:52:33 2017 -0400 Fix/improve name for tasks that do CUD Tower project/credential https://bugzilla.redhat.com/show_bug.cgi?id=1439203 .../providers/ansible_tower/shared/automation_manager/tower_api.rb | 6 +++--- .../automation_manager/configuration_script_source.rb | 4 ++-- spec/support/ansible_shared/automation_manager/credential.rb | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-)
https://github.com/ManageIQ/manageiq-api/pull/133
New commit detected on ManageIQ/manageiq-api/master: https://github.com/ManageIQ/manageiq-api/commit/8142a460f6403361b5ca4c8c712b53ca61df52fa commit 8142a460f6403361b5ca4c8c712b53ca61df52fa Author: James Wong <jwong> AuthorDate: Wed Oct 18 17:18:48 2017 -0400 Commit: James Wong <jwong> CommitDate: Wed Oct 18 17:18:57 2017 -0400 symbolize parameters before sending to backend https://bugzilla.redhat.com/show_bug.cgi?id=1439203 app/controllers/api/configuration_script_sources_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
The new PR just got merged is fixing the missed project name in the "Task Name" column. This particular issue is only applicable to project (e.g. authentication is not affected). The cause is that the API doesn't send to backend the agreed format of the project name and so backend can't log it properly.
Satyajit, Other than the missing Project name in the 'Task Name' column, what else you are looking for improvement? regards, James
Verified in 5.9.0.11.20171127204214_e316988.