New commit detected on manageiq/master: https://github.com/ManageIQ/manageiq/commit/9d46eeb16e81e480e85ba468d056fe6626f9fbe3 commit 9d46eeb16e81e480e85ba468d056fe6626f9fbe3 Author: Harpreet Kataria <hkataria> AuthorDate: Mon Feb 16 13:09:32 2015 -0500 Commit: Harpreet Kataria <hkataria> CommitDate: Mon Feb 16 13:09:48 2015 -0500 Added check for VM view access on Service summary screen. Dont show link to VM summary from Service summary screen if user does not have access to view a VM. https://bugzilla.redhat.com/show_bug.cgi?id=1193161 https://bugzilla.redhat.com/show_bug.cgi?id=1190293 vmdb/app/controllers/service_controller.rb | 1 + 1 file changed, 1 insertion(+)
New commit detected on cfme/5.3.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=a39af487e8a3a7f58cf9220c05b0138c25f1df61 commit a39af487e8a3a7f58cf9220c05b0138c25f1df61 Author: Harpreet Kataria <hkataria> AuthorDate: Mon Feb 16 13:09:32 2015 -0500 Commit: Harpreet Kataria <hkataria> CommitDate: Tue Feb 17 09:03:19 2015 -0500 Added check for VM view access on Service summary screen. Dont show link to VM summary from Service summary screen if user does not have access to view a VM. https://bugzilla.redhat.com/show_bug.cgi?id=1193161 https://bugzilla.redhat.com/show_bug.cgi?id=1190293 (cherry picked from commit 9d46eeb) vmdb/app/controllers/service_controller.rb | 1 + 1 file changed, 1 insertion(+)
User cannot click on VM if does not have rights. Verified in 5.3.4.2.20150415125246_f5d5c91
New commit detected on cfme/5.3.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=5088b5da64a699ab9c439c4fc88711d2f7c48413 commit 5088b5da64a699ab9c439c4fc88711d2f7c48413 Author: Aparna Karve <akarve> AuthorDate: Wed Apr 22 09:35:38 2015 -0700 Commit: Aparna Karve <akarve> CommitDate: Wed Apr 22 16:35:59 2015 -0700 Fixed links for VMs/Instances displayed under Service Summary Screen https://bugzilla.redhat.com/show_bug.cgi?id=1193161 vmdb/app/controllers/service_controller.rb | 1 - vmdb/app/controllers/vm_infra_controller.rb | 2 +- vmdb/app/helpers/application_helper.rb | 53 ++++++++++++++++++++++ vmdb/app/views/layouts/_quadicon.html.erb | 2 +- .../views/layouts/quadicon/_quadicon_text.html.erb | 16 +++++-- .../layouts/quadicon/_vm_or_template.html.erb | 14 ++++-- 6 files changed, 77 insertions(+), 11 deletions(-)
New commit detected on cfme/5.3.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=2e04074c02f19f93d2cad10a7a884f541c916eb6 commit 2e04074c02f19f93d2cad10a7a884f541c916eb6 Merge: 50dc19f 5088b5d Author: Dan Clarizio <dclarizi> AuthorDate: Fri Apr 24 16:39:40 2015 -0400 Commit: Dan Clarizio <dclarizi> CommitDate: Fri Apr 24 16:39:40 2015 -0400 Merge branch 'bz1193161_disable_enable_vm_links' into '5.3.z' Fixed links for VMs/Instances displayed under Service Summary Screen The links for VMs or Instances that are displayed under Service Summary Screen have to be disabled/enabled based on what features the user has access to. For e.g. if the user is not entitled to view VMs, then the link that would redirect to VM Summary screen (from Service Summary screen) should not be available to the user. https://bugzilla.redhat.com/show_bug.cgi?id=1193161 See merge request !35 vmdb/app/controllers/service_controller.rb | 1 - vmdb/app/controllers/vm_infra_controller.rb | 2 +- vmdb/app/helpers/application_helper.rb | 53 ++++++++++++++++++++++ vmdb/app/views/layouts/_quadicon.html.erb | 2 +- .../views/layouts/quadicon/_quadicon_text.html.erb | 16 +++++-- .../layouts/quadicon/_vm_or_template.html.erb | 14 ++++-- 6 files changed, 77 insertions(+), 11 deletions(-)
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-2015-0890.html