New commit detected on ManageIQ/manageiq/euwe: https://github.com/ManageIQ/manageiq/commit/8c67de5d60d3e48c34ca8411de44157dc613ab1f commit 8c67de5d60d3e48c34ca8411de44157dc613ab1f Author: Harpreet Kataria <hkataria> AuthorDate: Mon Nov 14 14:47:25 2016 -0500 Commit: Oleg Barenboim <chessbyte> CommitDate: Tue Nov 15 09:51:23 2016 -0500 Merge pull request #12543 from bmclaughlin/common-buttons-broken Restore missing Add Project button on Tenants (cherry picked from commit fecbbd0dfa7373d049d71e1473a1d4d5bb81fa18) https://bugzilla.redhat.com/show_bug.cgi?id=1395224 app/helpers/application_helper.rb | 2 ++ .../application_helper/button/tenant_add.rb | 12 ++++++++ .../application_helper/toolbar/tenant_center.rb | 4 +++ app/helpers/application_helper/toolbar_builder.rb | 6 ++-- .../application_helper/buttons/tenant_add_spec.rb | 32 ++++++++++++++++++++++ spec/helpers/application_helper_spec.rb | 12 ++++++++ 6 files changed, 64 insertions(+), 4 deletions(-) create mode 100644 app/helpers/application_helper/button/tenant_add.rb create mode 100644 spec/helpers/application_helper/buttons/tenant_add_spec.rb
Verified in 5.7.0.11. I can add child tenant and project in access control under tenants.
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://rhn.redhat.com/errata/RHBA-2017-0012.html