New commit detected on cfme/5.3.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=8190aeba820f67bd41aca74f5ac8c1c75174fc14 commit 8190aeba820f67bd41aca74f5ac8c1c75174fc14 Author: Harpreet Kataria <hkataria> AuthorDate: Tue Dec 2 09:22:06 2014 -0500 Commit: Harpreet Kataria <hkataria> CommitDate: Thu Dec 4 16:42:39 2014 -0500 Refactored code in schedule_menus method. - Renamed schedule_menus method to report_selection_menus, and changed all it's callers. - Moved report_selection_menus method to reports controller, as it is a common method schedules and widgets editor. - Added spec tests for report_selection_menus method - Changed message to be displayed for folders that do not have reports . https://bugzilla.redhat.com/show_bug.cgi?id=1163952 (cherry picked from commit 2da4c46) https://bugzilla.redhat.com/show_bug.cgi?id=1170794 vmdb/app/controllers/report_controller.rb | 28 ++++++++++++++++ .../app/controllers/report_controller/schedules.rb | 37 ++------------------- vmdb/app/controllers/report_controller/widgets.rb | 6 ++-- vmdb/app/views/report/_widget_form_report.html.erb | 2 +- vmdb/spec/controllers/report_controller_spec.rb | 38 ++++++++++++++++++++++ 5 files changed, 72 insertions(+), 39 deletions(-)
New commit detected on cfme/5.3.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=e10cad3a5f8974a75ecad6fe3a6866d182014a9b commit e10cad3a5f8974a75ecad6fe3a6866d182014a9b Author: Harpreet Kataria <hkataria> AuthorDate: Tue Dec 2 10:56:33 2014 -0500 Commit: Harpreet Kataria <hkataria> CommitDate: Thu Dec 4 16:42:50 2014 -0500 Converted view to haml. - Used gettext to display "No Widget compatible Reports found" message. https://bugzilla.redhat.com/show_bug.cgi?id=1163952 (cherry picked from commit cf70190) https://bugzilla.redhat.com/show_bug.cgi?id=1170794 vmdb/app/views/report/_widget_form_report.html.erb | 43 ---------------------- .../app/views/report/_widget_form_report.html.haml | 42 +++++++++++++++++++++ 2 files changed, 42 insertions(+), 43 deletions(-) delete mode 100644 vmdb/app/views/report/_widget_form_report.html.erb create mode 100644 vmdb/app/views/report/_widget_form_report.html.haml
New commit detected on cfme/5.3.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=26eca4dc231e0d6e0def87f709b6289b84924728 commit 26eca4dc231e0d6e0def87f709b6289b84924728 Author: Harpreet Kataria <hkataria> AuthorDate: Tue Dec 2 09:22:06 2014 -0500 Commit: Harpreet Kataria <hkataria> CommitDate: Thu Dec 4 16:42:27 2014 -0500 Exclude Trending reports from Dashboard widgets. Changed code to exclude Trending reports from widget editor because those are not like regular reports and do not have columns. Show a message instead of third pull-down "No Reports to select" in the view. https://bugzilla.redhat.com/show_bug.cgi?id=1163952 (cherry picked from commit 4f6ec6e) https://bugzilla.redhat.com/show_bug.cgi?id=1170794 vmdb/app/controllers/report_controller/schedules.rb | 8 +++++--- vmdb/app/views/report/_widget_form_report.html.erb | 2 ++ 2 files changed, 7 insertions(+), 3 deletions(-)
Good to go. Verified and working fine in 5.3.2.5.20141218144833_50406a5 Application now shows a message stating "No Widget compatible Reports found" for Trending filter.
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/RHSA-2015-0028.html