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

Added Dialog name info on the Catalog Item summary screen #5599

Merged
merged 1 commit into from May 17, 2019

Conversation

h-kataria
Copy link
Contributor

@h-kataria h-kataria commented May 16, 2019

This info was already being set, only needed to be displayed in view.

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

before
before

after
after

Thsi info was already being set, only needed to be displayed in view.

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1461487
@miq-bot
Copy link
Member

miq-bot commented May 16, 2019

Checked commit h-kataria@1ab0aef with ruby 2.3.3, rubocop 0.69.0, haml-lint 0.20.0, and yamllint 1.10.0
0 files checked, 0 offenses detected
Everything looks fine. 🍰

= _('Dialog')
.col-md-8
%p.form-control-static
= @sb[:dialog_label]
Copy link
Contributor

Choose a reason for hiding this comment

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

Should this be = h(@sb[:dialog_label]) as in sand_tree_show and ab_show?

Copy link
Contributor

Choose a reason for hiding this comment

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

..never mind :)

Looks like that's just an erb artifact..

- foo = 'ba<b>gr</b>ooo<br />'

Foo
= foo

Bar
= h(foo)

the output for both is exactly the same

@himdel
Copy link
Contributor

himdel commented May 17, 2019

The spec failure doesn't seem related, restarting..

@himdel himdel closed this May 17, 2019
@himdel himdel reopened this May 17, 2019
@himdel
Copy link
Contributor

himdel commented May 17, 2019

Indeed, the spec failure is on master as well :\ Looking :)

EDIT: caused by ManageIQ/manageiq#18778

@himdel
Copy link
Contributor

himdel commented May 17, 2019

LGTM, fixes the bug, test failures unrelated :)

@himdel himdel merged commit a3fee77 into ManageIQ:master May 17, 2019
@himdel himdel added this to the Sprint 112 Ending May 27, 2019 milestone May 17, 2019
@h-kataria h-kataria deleted the show_dialog_info branch July 29, 2019 21:50
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.

None yet

3 participants