Description of problem: There is no refresh button in Credentials, Playbooks, Repositories screens of Automation/Ansible tab. Version-Release number of selected component (if applicable): 5.8.0.7-nightly.20170328151956_0fcdb72 How reproducible: Always Steps to Reproduce: 1. Navigate to Automation/Ansible/Credentials, Playbooks or Repositories Actual results: Only "Configuration" button is available. Expected results: Refresh button also should be presented.
There is no targeted refresh for Ansible objects yet, so this should just refresh the entire provider for now.
Milan, Can you look into adding the "Refresh" button under Configuration menu for Credentials, Playbooks, Repositories and have that refresh the Ansible Provider as we do not have targeted refresh yet. Let me know if you have questions. Thanks, ~Harpreet
*** Bug 1439361 has been marked as a duplicate of this bug. ***
https://github.com/ManageIQ/manageiq/pull/14664 https://github.com/ManageIQ/manageiq-ui-classic/pull/934
New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/ee43d9e69bcc6ecc7b0b75e43af4c9780b544b18 commit ee43d9e69bcc6ecc7b0b75e43af4c9780b544b18 Author: Milan Zazrivec <mzazrivec> AuthorDate: Tue Apr 4 18:23:35 2017 +0200 Commit: Milan Zazrivec <mzazrivec> CommitDate: Mon Apr 10 20:09:40 2017 +0200 UI for Embedded Ansible Provider refresh https://bugzilla.redhat.com/show_bug.cgi?id=1436982 app/controllers/ansible_credential_controller.rb | 6 ++++++ app/controllers/ansible_repository_controller.rb | 6 ++++++ app/controllers/mixins/embedded_ansible_refresh_mixin.rb | 15 +++++++++++++++ .../toolbar/ansible_credentials_center.rb | 11 +++++++++++ .../toolbar/ansible_repositories_center.rb | 11 +++++++++++ config/routes.rb | 2 ++ 6 files changed, 51 insertions(+) create mode 100644 app/controllers/mixins/embedded_ansible_refresh_mixin.rb
Verified in 5.9.0.1.20171004215954_13427ce.
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days