Created attachment 1179627 [details] Screenshot of the bug
Milan, Can you cherry-pick the fix on to 5.5.z. Thanks, ~Harpreet
New commit detected on cfme/5.5.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=46810e3cf2f7cd50286cc635b961ec621b3647e6 commit 46810e3cf2f7cd50286cc635b961ec621b3647e6 Author: Milan Zazrivec <mzazrivec> AuthorDate: Wed May 11 18:17:24 2016 +0200 Commit: Milan Zazrivec <mzazrivec> CommitDate: Thu Aug 18 10:57:51 2016 +0200 Don't allow adding duplicate widgets into a dashboard https://bugzilla.redhat.com/show_bug.cgi?id=1356438 (cherry picked from commit 9714a9a3e8e764f8e07b8422840b3fd6620f27a6) app/assets/javascripts/miq_application.js | 2 +- app/controllers/dashboard_controller.rb | 15 ++++++++++----- spec/controllers/dashboard_controller_spec.rb | 24 ++++++++++++++++++++++++ 3 files changed, 35 insertions(+), 6 deletions(-)
New commit detected on cfme/5.5.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=8d4556500eb30eb007087615052df91dc034f2b5 commit 8d4556500eb30eb007087615052df91dc034f2b5 Merge: dbdfa90 46810e3 Author: Dan Clarizio <dclarizi> AuthorDate: Fri Aug 19 11:05:47 2016 -0400 Commit: Dan Clarizio <dclarizi> CommitDate: Fri Aug 19 11:05:47 2016 -0400 Merge branch 'dont_allow_adding_multiple_widgets_into_dashboard' into '5.5.z' Don't allow adding duplicate widgets into a dashboard https://bugzilla.redhat.com/show_bug.cgi?id=1356438 (cherry picked from commit 9714a9a3e8e764f8e07b8422840b3fd6620f27a6) See merge request !1027 app/assets/javascripts/miq_application.js | 2 +- app/controllers/dashboard_controller.rb | 15 ++++++++++----- spec/controllers/dashboard_controller_spec.rb | 24 ++++++++++++++++++++++++ 3 files changed, 35 insertions(+), 6 deletions(-)