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

[RFE] Use Vmdb::Appliance.PRODUCT_NAME instead of calling i18n #437

Merged
merged 1 commit into from
Jul 30, 2018

Conversation

skateman
Copy link
Member

This constant allows product name customization for the SUI.

@miq-bot assign @abellotti

Backend part: ManageIQ/manageiq#17773 (not dependent)
RFE BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1471301

@miq-bot
Copy link
Member

miq-bot commented Jul 30, 2018

Checked commit skateman@44b78e8 with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0
2 files checked, 0 offenses detected
Everything looks fine. 👍

@skateman skateman changed the title Use Vmdb::Appliance.PRODUCT_NAME instead of calling i18n [RFE] Use Vmdb::Appliance.PRODUCT_NAME instead of calling i18n Jul 30, 2018
@abellotti abellotti requested a review from AparnaKarve July 30, 2018 14:13
@@ -71,7 +71,7 @@ def server_info

def product_info
{
:name => I18n.t("product.name"),
:name => Vmdb::Appliance.PRODUCT_NAME,
Copy link
Contributor

Choose a reason for hiding this comment

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

Looks OK with relative to the ManageIQ/manageiq#17773 change

@abellotti abellotti added this to the Sprint 91 Ending Jul 30, 2018 milestone Jul 30, 2018
@abellotti abellotti merged commit 93579b5 into ManageIQ:master Jul 30, 2018
@skateman skateman deleted the product-name branch July 30, 2018 15:56
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