-
Notifications
You must be signed in to change notification settings - Fork 356
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
Don't translate audit messages #4952
Don't translate audit messages #4952
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
app/controllers/ems_common_helper.rb
Outdated
msg = if emss.length == 1 | ||
"'%{task}' successfully initiated for %{model}" % msg_params | ||
else | ||
"'%{task}' successfully initiated for %{models}" % msg_params |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wrong indent :-(
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
40a5361
to
4090c74
Compare
Checked commits mzazrivec/manageiq-ui-classic@e2a64ab~...4090c74 with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0 |
Don't translate audit messages (cherry picked from commit 7cf753b) https://bugzilla.redhat.com/show_bug.cgi?id=1548389
Hammer backport details:
|
https://bugzilla.redhat.com/show_bug.cgi?id=1548389