New commit detected on ManageIQ/manageiq-ui-classic/fine: https://github.com/ManageIQ/manageiq-ui-classic/commit/b7e435bf8f6552f51369936b92b706d839047aae commit b7e435bf8f6552f51369936b92b706d839047aae Author: Milan Zázrivec <mzazrivec> AuthorDate: Thu Apr 13 10:34:15 2017 +0200 Commit: Satoe Imaishi <simaishi> CommitDate: Thu Apr 13 14:21:54 2017 -0400 Merge pull request #1007 from AparnaKarve/bz1440684_disable_network_crud_for_non_openstack Disable CRUD for Network provider elements for non-OpenStack providers (cherry picked from commit 7cf860a3d44c8fdd2d38d436b9e0310c170391c4) https://bugzilla.redhat.com/show_bug.cgi?id=1442150 .../application_helper/button/floating_ip_new.rb | 13 +++++++++ .../button/network_router_new.rb | 13 +++++++++ .../button/security_group_new.rb | 13 +++++++++ .../toolbar/floating_ips_center.rb | 4 ++- .../toolbar/network_routers_center.rb | 2 +- .../toolbar/security_groups_center.rb | 3 +- .../buttons/floating_ip_new_spec.rb | 33 ++++++++++++++++++++++ .../buttons/network_router_new_spec.rb | 33 ++++++++++++++++++++++ .../buttons/security_group_new_spec.rb | 33 ++++++++++++++++++++++ 9 files changed, 144 insertions(+), 3 deletions(-) create mode 100644 app/helpers/application_helper/button/floating_ip_new.rb create mode 100644 app/helpers/application_helper/button/network_router_new.rb create mode 100644 app/helpers/application_helper/button/security_group_new.rb create mode 100644 spec/helpers/application_helper/buttons/floating_ip_new_spec.rb create mode 100644 spec/helpers/application_helper/buttons/network_router_new_spec.rb create mode 100644 spec/helpers/application_helper/buttons/security_group_new_spec.rb
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2017:1367