Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Timelines tab from Report editor #6181

Merged
merged 3 commits into from
Sep 16, 2019

Conversation

bmclaughlin
Copy link
Contributor

@miq-bot miq-bot added the bug label Sep 11, 2019
if @tl_changed # Reload the screen if the timeline data was changed
page.replace_html("tl_sample_div", :partial => "form_tl_sample") if @tl_field != ReportHelper::NOTHING_STRING
elsif @formatting_changed # Reload the screen if the formatting pulldowns need to be reset
if @formatting_changed # Reload the screen if the formatting pulldowns need to be reset
page.replace_html("formatting_div", :partial => "form_formatting")
elsif @tl_repaint
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bmclaughlin should this go away too?

@miq-bot
Copy link
Member

miq-bot commented Sep 13, 2019

Checked commits bmclaughlin/manageiq-ui-classic@fddc085~...efbcfb7 with ruby 2.4.6, rubocop 0.69.0, haml-lint 0.20.0, and yamllint 1.10.0
4 files checked, 8 offenses detected

spec/controllers/miq_report_controller/reports/editor_spec.rb

@bmclaughlin
Copy link
Contributor Author

Thanks for the review @h-kataria! I removed the lines you mentioned above and ran into no errors unit testing and running the specs locally. 👍

@h-kataria h-kataria self-assigned this Sep 16, 2019
@h-kataria h-kataria added this to the Sprint 120 Ending Sep 16, 2019 milestone Sep 16, 2019
@h-kataria h-kataria merged commit a58ce1a into ManageIQ:master Sep 16, 2019
@bmclaughlin bmclaughlin deleted the bz1743651 branch September 16, 2019 15:24
simaishi pushed a commit that referenced this pull request Dec 16, 2019
Remove Timelines tab from Report editor

(cherry picked from commit a58ce1a)

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1784183
@simaishi
Copy link
Contributor

Ivanchuk backport details:

$ git log -1
commit 5b579df484882e2bb43f61b2cdf9304cb5dfdb68
Author: Harpreet Kataria <hkataria@redhat.com>
Date:   Mon Sep 16 11:23:28 2019 -0400

    Merge pull request #6181 from bmclaughlin/bz1743651

    Remove Timelines tab from Report editor

    (cherry picked from commit a58ce1a431c36dacf6e4f21e1df0a0a2e2c22787)

    Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1784183

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants