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

Change 'Images' to 'ContainerImages' under chargeback rate assignments #13198

Merged
merged 1 commit into from
Dec 20, 2016

Conversation

zeari
Copy link

@zeari zeari commented Dec 15, 2016

screencapture-localhost-3000-chargeback-explorer-1481812915373

@simon3z
@miq-bot add_label ui, chargeback, providers/containers

"container_image-tags" => PostponedTranslation.new(N_("Tagged %{tables}")) do
{:tables => ui_lookup(:tables => "container_image")}
"container_image-tags" => PostponedTranslation.new(N_("Tagged %{models}")) do
{:models => ui_lookup(:models => "container_image")}
Copy link
Contributor

Choose a reason for hiding this comment

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

There's no such model called container_image, nor is it present in locale/en.yml under model. What you
probably meant to use here was ui_lookup(:models => "ContainerImage").

"container_image-labels" => PostponedTranslation.new(N_("Labeled %{tables}")) do
{:tables => ui_lookup(:tables => "container_image")}
"container_image-labels" => PostponedTranslation.new(N_("Labeled %{models}")) do
{:models => ui_lookup(:models => "container_image")}
Copy link
Contributor

Choose a reason for hiding this comment

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

Same as above.

@zeari
Copy link
Author

zeari commented Dec 20, 2016

Thanks @mzazrivec !

@miq-bot
Copy link
Member

miq-bot commented Dec 20, 2016

Checked commit zeari@598287e with ruby 2.2.5, rubocop 0.37.2, and haml-lint 0.16.1
1 file checked, 0 offenses detected
Everything looks good. 🍰

@mzazrivec mzazrivec added this to the Sprint 51 Ending Jan 2, 2017 milestone Dec 20, 2016
@mzazrivec mzazrivec merged commit bf17b9f into ManageIQ:master Dec 20, 2016
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.

5 participants