Bug 1340870 - [ja_JP, zh_CN] Need to translate drop-down config. menu options on Compute -> Containers -> Providers
Summary: [ja_JP, zh_CN] Need to translate drop-down config. menu options on Compute ->...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat CloudForms Management Engine
Classification: Red Hat
Component: UI - OPS
Version: 5.6.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: GA
: 5.7.0
Assignee: Milan Zázrivec
QA Contact: Bhushan Barve
URL:
Whiteboard: i18n
Depends On:
Blocks: 1371668
TreeView+ depends on / blocked
 
Reported: 2016-05-30 13:39 UTC by Bhushan Barve
Modified: 2017-08-30 01:25 UTC (History)
8 users (show)

Fixed In Version: 5.7.0.0
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 1371668 (view as bug list)
Environment:
Last Closed: 2017-01-11 20:27:05 UTC
Category: ---
Cloudforms Team: ---
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
providers_zh_CN (56.34 KB, image/png)
2016-05-30 13:39 UTC, Bhushan Barve
no flags Details
providers_ja_JP (65.28 KB, image/png)
2016-05-30 13:39 UTC, Bhushan Barve
no flags Details

Description Bhushan Barve 2016-05-30 13:39:11 UTC
Created attachment 1162801 [details]
providers_zh_CN

Description of problem: Need to translate drop-down config. menu options on Compute -> Containers -> Providers
Please refer attached screenshots.


Version-Release number of selected component (if applicable):
5.6.0.7-beta2.6

How reproducible:
always

Steps to Reproduce:
1. Login with ja or zh_CN locale
2. Go to Compute -> Containers -> Providers
3. Check the config. drop-down.

Actual results:
The options are untranslated.

Expected results:
All the options should be translated.

Additional info:

Comment 2 Bhushan Barve 2016-05-30 13:39:42 UTC
Created attachment 1162802 [details]
providers_ja_JP

Comment 4 CFME Bot 2016-07-01 17:07:14 UTC
New commit detected on ManageIQ/manageiq/master:
https://github.com/ManageIQ/manageiq/commit/0ca6339462c988f931c63aa3fb115a1c50f437e4

commit 0ca6339462c988f931c63aa3fb115a1c50f437e4
Author:     Milan Zazrivec <mzazrivec>
AuthorDate: Fri Jul 1 14:39:33 2016 +0200
Commit:     Milan Zazrivec <mzazrivec>
CommitDate: Fri Jul 1 16:23:10 2016 +0200

    Toolbars: remove string interpolations with ui_lookup
    
    This is to make sure the translations for toolbars works correctly.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1352007
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    https://bugzilla.redhat.com/show_bug.cgi?id=1340139
    https://bugzilla.redhat.com/show_bug.cgi?id=1340708
    https://bugzilla.redhat.com/show_bug.cgi?id=1340870
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413

 app/helpers/application_helper/toolbar/condition_center.rb     |  6 ++++--
 app/helpers/application_helper/toolbar/conditions_center.rb    |  8 +++++++-
 .../application_helper/toolbar/miq_alert_profiles_center.rb    |  4 +++-
 app/helpers/application_helper/toolbar/miq_policy_center.rb    | 10 +++++++---
 4 files changed, 21 insertions(+), 7 deletions(-)

Comment 5 CFME Bot 2016-07-01 17:07:40 UTC
New commit detected on ManageIQ/manageiq/master:
https://github.com/ManageIQ/manageiq/commit/ba1e67271df72008424fa34200efe8e22f32750f

commit ba1e67271df72008424fa34200efe8e22f32750f
Author:     Milan Zazrivec <mzazrivec>
AuthorDate: Fri Jul 1 16:11:24 2016 +0200
Commit:     Milan Zazrivec <mzazrivec>
CommitDate: Fri Jul 1 17:34:39 2016 +0200

    Toolbars: remove string interpolations with instance variables
    
    This is to make sure the translations for toolbars works correctly.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1352007
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    https://bugzilla.redhat.com/show_bug.cgi?id=1340139
    https://bugzilla.redhat.com/show_bug.cgi?id=1340708
    https://bugzilla.redhat.com/show_bug.cgi?id=1340870
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413

 app/helpers/application_helper.rb                  |  2 +
 .../application_helper/toolbar/condition_center.rb | 13 +++--
 .../toolbar/custom_button_set_center.rb            |  8 ++-
 .../toolbar/diagnostics_region_center.rb           | 53 +++++++++++++++---
 .../toolbar/diagnostics_server_center.rb           |  8 ++-
 .../toolbar/diagnostics_zone_center.rb             | 62 +++++++++++++++++++---
 .../application_helper/toolbar/dialog_center.rb    |  8 ++-
 .../application_helper/toolbar/logs_center.rb      |  8 ++-
 .../application_helper/toolbar/miq_group_center.rb |  4 +-
 .../toolbar/miq_groups_center.rb                   |  4 +-
 .../toolbar/miq_policy_center.rb                   | 12 ++++-
 .../application_helper/toolbar/summary_center.rb   |  5 +-
 .../toolbar/summary_center_restful.rb              |  5 +-
 .../application_helper/toolbar/tenant_center.rb    |  4 +-
 .../application_helper/toolbar/tenants_center.rb   |  4 +-
 .../application_helper/toolbar/user_center.rb      |  4 +-
 .../application_helper/toolbar/users_center.rb     |  4 +-
 17 files changed, 171 insertions(+), 37 deletions(-)

Comment 6 CFME Bot 2016-07-13 16:51:27 UTC
New commit detected on ManageIQ/manageiq/darga:
https://github.com/ManageIQ/manageiq/commit/0935e92962f2e8c9796f0248d71281dd796b7a9d

commit 0935e92962f2e8c9796f0248d71281dd796b7a9d
Author:     Milan Zazrivec <mzazrivec>
AuthorDate: Fri Jul 1 16:11:24 2016 +0200
Commit:     Milan Zazrivec <mzazrivec>
CommitDate: Tue Jul 12 13:51:17 2016 +0200

    Toolbars: remove string interpolations with instance variables
    
    This is to make sure the translations for toolbars works correctly.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1352007
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    https://bugzilla.redhat.com/show_bug.cgi?id=1340139
    https://bugzilla.redhat.com/show_bug.cgi?id=1340708
    https://bugzilla.redhat.com/show_bug.cgi?id=1340870
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    (cherry picked from commit ba1e67271df72008424fa34200efe8e22f32750f)

 app/helpers/application_helper.rb                  |  2 +
 .../application_helper/toolbar/condition_center.rb | 13 +++--
 .../toolbar/custom_button_set_center.rb            |  8 ++-
 .../toolbar/diagnostics_region_center.rb           | 53 +++++++++++++++---
 .../toolbar/diagnostics_server_center.rb           |  8 ++-
 .../toolbar/diagnostics_zone_center.rb             | 62 +++++++++++++++++++---
 .../application_helper/toolbar/dialog_center.rb    |  8 ++-
 .../application_helper/toolbar/logs_center.rb      |  8 ++-
 .../application_helper/toolbar/miq_group_center.rb |  4 +-
 .../toolbar/miq_groups_center.rb                   |  4 +-
 .../toolbar/miq_policy_center.rb                   | 12 ++++-
 .../application_helper/toolbar/summary_center.rb   |  5 +-
 .../toolbar/summary_center_restful.rb              |  5 +-
 .../application_helper/toolbar/tenant_center.rb    |  4 +-
 .../application_helper/toolbar/tenants_center.rb   |  4 +-
 .../application_helper/toolbar/user_center.rb      |  4 +-
 .../application_helper/toolbar/users_center.rb     |  4 +-
 17 files changed, 171 insertions(+), 37 deletions(-)

Comment 7 CFME Bot 2016-07-13 16:52:01 UTC
New commit detected on ManageIQ/manageiq/darga:
https://github.com/ManageIQ/manageiq/commit/7d5af5d26e0ec90be2749c4033d35b733b651ebb

commit 7d5af5d26e0ec90be2749c4033d35b733b651ebb
Author:     Milan Zazrivec <mzazrivec>
AuthorDate: Fri Jul 1 14:39:33 2016 +0200
Commit:     Milan Zazrivec <mzazrivec>
CommitDate: Tue Jul 12 13:50:20 2016 +0200

    Toolbars: remove string interpolations with ui_lookup
    
    This is to make sure the translations for toolbars works correctly.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1352007
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    https://bugzilla.redhat.com/show_bug.cgi?id=1340139
    https://bugzilla.redhat.com/show_bug.cgi?id=1340708
    https://bugzilla.redhat.com/show_bug.cgi?id=1340870
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    (cherry picked from commit 0ca6339462c988f931c63aa3fb115a1c50f437e4)

 app/helpers/application_helper/toolbar/condition_center.rb     |  6 ++++--
 app/helpers/application_helper/toolbar/conditions_center.rb    |  8 +++++++-
 .../application_helper/toolbar/miq_alert_profiles_center.rb    |  4 +++-
 app/helpers/application_helper/toolbar/miq_policy_center.rb    | 10 +++++++---
 4 files changed, 21 insertions(+), 7 deletions(-)

Comment 8 CFME Bot 2016-07-13 16:53:07 UTC
New commit detected on ManageIQ/manageiq/darga:
https://github.com/ManageIQ/manageiq/commit/0935e92962f2e8c9796f0248d71281dd796b7a9d

commit 0935e92962f2e8c9796f0248d71281dd796b7a9d
Author:     Milan Zazrivec <mzazrivec>
AuthorDate: Fri Jul 1 16:11:24 2016 +0200
Commit:     Milan Zazrivec <mzazrivec>
CommitDate: Tue Jul 12 13:51:17 2016 +0200

    Toolbars: remove string interpolations with instance variables
    
    This is to make sure the translations for toolbars works correctly.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1352007
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    https://bugzilla.redhat.com/show_bug.cgi?id=1340139
    https://bugzilla.redhat.com/show_bug.cgi?id=1340708
    https://bugzilla.redhat.com/show_bug.cgi?id=1340870
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    (cherry picked from commit ba1e67271df72008424fa34200efe8e22f32750f)

 app/helpers/application_helper.rb                  |  2 +
 .../application_helper/toolbar/condition_center.rb | 13 +++--
 .../toolbar/custom_button_set_center.rb            |  8 ++-
 .../toolbar/diagnostics_region_center.rb           | 53 +++++++++++++++---
 .../toolbar/diagnostics_server_center.rb           |  8 ++-
 .../toolbar/diagnostics_zone_center.rb             | 62 +++++++++++++++++++---
 .../application_helper/toolbar/dialog_center.rb    |  8 ++-
 .../application_helper/toolbar/logs_center.rb      |  8 ++-
 .../application_helper/toolbar/miq_group_center.rb |  4 +-
 .../toolbar/miq_groups_center.rb                   |  4 +-
 .../toolbar/miq_policy_center.rb                   | 12 ++++-
 .../application_helper/toolbar/summary_center.rb   |  5 +-
 .../toolbar/summary_center_restful.rb              |  5 +-
 .../application_helper/toolbar/tenant_center.rb    |  4 +-
 .../application_helper/toolbar/tenants_center.rb   |  4 +-
 .../application_helper/toolbar/user_center.rb      |  4 +-
 .../application_helper/toolbar/users_center.rb     |  4 +-
 17 files changed, 171 insertions(+), 37 deletions(-)

Comment 9 CFME Bot 2016-07-13 16:53:31 UTC
New commit detected on ManageIQ/manageiq/darga:
https://github.com/ManageIQ/manageiq/commit/7d5af5d26e0ec90be2749c4033d35b733b651ebb

commit 7d5af5d26e0ec90be2749c4033d35b733b651ebb
Author:     Milan Zazrivec <mzazrivec>
AuthorDate: Fri Jul 1 14:39:33 2016 +0200
Commit:     Milan Zazrivec <mzazrivec>
CommitDate: Tue Jul 12 13:50:20 2016 +0200

    Toolbars: remove string interpolations with ui_lookup
    
    This is to make sure the translations for toolbars works correctly.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1352007
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    https://bugzilla.redhat.com/show_bug.cgi?id=1340139
    https://bugzilla.redhat.com/show_bug.cgi?id=1340708
    https://bugzilla.redhat.com/show_bug.cgi?id=1340870
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    (cherry picked from commit 0ca6339462c988f931c63aa3fb115a1c50f437e4)

 app/helpers/application_helper/toolbar/condition_center.rb     |  6 ++++--
 app/helpers/application_helper/toolbar/conditions_center.rb    |  8 +++++++-
 .../application_helper/toolbar/miq_alert_profiles_center.rb    |  4 +++-
 app/helpers/application_helper/toolbar/miq_policy_center.rb    | 10 +++++++---
 4 files changed, 21 insertions(+), 7 deletions(-)

Comment 10 CFME Bot 2016-07-13 16:54:31 UTC
New commit detected on ManageIQ/manageiq/darga:
https://github.com/ManageIQ/manageiq/commit/7d5af5d26e0ec90be2749c4033d35b733b651ebb

commit 7d5af5d26e0ec90be2749c4033d35b733b651ebb
Author:     Milan Zazrivec <mzazrivec>
AuthorDate: Fri Jul 1 14:39:33 2016 +0200
Commit:     Milan Zazrivec <mzazrivec>
CommitDate: Tue Jul 12 13:50:20 2016 +0200

    Toolbars: remove string interpolations with ui_lookup
    
    This is to make sure the translations for toolbars works correctly.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1352007
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    https://bugzilla.redhat.com/show_bug.cgi?id=1340139
    https://bugzilla.redhat.com/show_bug.cgi?id=1340708
    https://bugzilla.redhat.com/show_bug.cgi?id=1340870
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    (cherry picked from commit 0ca6339462c988f931c63aa3fb115a1c50f437e4)

 app/helpers/application_helper/toolbar/condition_center.rb     |  6 ++++--
 app/helpers/application_helper/toolbar/conditions_center.rb    |  8 +++++++-
 .../application_helper/toolbar/miq_alert_profiles_center.rb    |  4 +++-
 app/helpers/application_helper/toolbar/miq_policy_center.rb    | 10 +++++++---
 4 files changed, 21 insertions(+), 7 deletions(-)

Comment 11 CFME Bot 2016-07-13 16:55:07 UTC
New commit detected on ManageIQ/manageiq/darga:
https://github.com/ManageIQ/manageiq/commit/0935e92962f2e8c9796f0248d71281dd796b7a9d

commit 0935e92962f2e8c9796f0248d71281dd796b7a9d
Author:     Milan Zazrivec <mzazrivec>
AuthorDate: Fri Jul 1 16:11:24 2016 +0200
Commit:     Milan Zazrivec <mzazrivec>
CommitDate: Tue Jul 12 13:51:17 2016 +0200

    Toolbars: remove string interpolations with instance variables
    
    This is to make sure the translations for toolbars works correctly.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1352007
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    https://bugzilla.redhat.com/show_bug.cgi?id=1340139
    https://bugzilla.redhat.com/show_bug.cgi?id=1340708
    https://bugzilla.redhat.com/show_bug.cgi?id=1340870
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    (cherry picked from commit ba1e67271df72008424fa34200efe8e22f32750f)

 app/helpers/application_helper.rb                  |  2 +
 .../application_helper/toolbar/condition_center.rb | 13 +++--
 .../toolbar/custom_button_set_center.rb            |  8 ++-
 .../toolbar/diagnostics_region_center.rb           | 53 +++++++++++++++---
 .../toolbar/diagnostics_server_center.rb           |  8 ++-
 .../toolbar/diagnostics_zone_center.rb             | 62 +++++++++++++++++++---
 .../application_helper/toolbar/dialog_center.rb    |  8 ++-
 .../application_helper/toolbar/logs_center.rb      |  8 ++-
 .../application_helper/toolbar/miq_group_center.rb |  4 +-
 .../toolbar/miq_groups_center.rb                   |  4 +-
 .../toolbar/miq_policy_center.rb                   | 12 ++++-
 .../application_helper/toolbar/summary_center.rb   |  5 +-
 .../toolbar/summary_center_restful.rb              |  5 +-
 .../application_helper/toolbar/tenant_center.rb    |  4 +-
 .../application_helper/toolbar/tenants_center.rb   |  4 +-
 .../application_helper/toolbar/user_center.rb      |  4 +-
 .../application_helper/toolbar/users_center.rb     |  4 +-
 17 files changed, 171 insertions(+), 37 deletions(-)

Comment 12 CFME Bot 2016-07-13 16:56:13 UTC
New commit detected on ManageIQ/manageiq/darga:
https://github.com/ManageIQ/manageiq/commit/7d5af5d26e0ec90be2749c4033d35b733b651ebb

commit 7d5af5d26e0ec90be2749c4033d35b733b651ebb
Author:     Milan Zazrivec <mzazrivec>
AuthorDate: Fri Jul 1 14:39:33 2016 +0200
Commit:     Milan Zazrivec <mzazrivec>
CommitDate: Tue Jul 12 13:50:20 2016 +0200

    Toolbars: remove string interpolations with ui_lookup
    
    This is to make sure the translations for toolbars works correctly.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1352007
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    https://bugzilla.redhat.com/show_bug.cgi?id=1340139
    https://bugzilla.redhat.com/show_bug.cgi?id=1340708
    https://bugzilla.redhat.com/show_bug.cgi?id=1340870
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    (cherry picked from commit 0ca6339462c988f931c63aa3fb115a1c50f437e4)

 app/helpers/application_helper/toolbar/condition_center.rb     |  6 ++++--
 app/helpers/application_helper/toolbar/conditions_center.rb    |  8 +++++++-
 .../application_helper/toolbar/miq_alert_profiles_center.rb    |  4 +++-
 app/helpers/application_helper/toolbar/miq_policy_center.rb    | 10 +++++++---
 4 files changed, 21 insertions(+), 7 deletions(-)

Comment 13 CFME Bot 2016-07-13 16:56:42 UTC
New commit detected on ManageIQ/manageiq/darga:
https://github.com/ManageIQ/manageiq/commit/0935e92962f2e8c9796f0248d71281dd796b7a9d

commit 0935e92962f2e8c9796f0248d71281dd796b7a9d
Author:     Milan Zazrivec <mzazrivec>
AuthorDate: Fri Jul 1 16:11:24 2016 +0200
Commit:     Milan Zazrivec <mzazrivec>
CommitDate: Tue Jul 12 13:51:17 2016 +0200

    Toolbars: remove string interpolations with instance variables
    
    This is to make sure the translations for toolbars works correctly.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1352007
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    https://bugzilla.redhat.com/show_bug.cgi?id=1340139
    https://bugzilla.redhat.com/show_bug.cgi?id=1340708
    https://bugzilla.redhat.com/show_bug.cgi?id=1340870
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    (cherry picked from commit ba1e67271df72008424fa34200efe8e22f32750f)

 app/helpers/application_helper.rb                  |  2 +
 .../application_helper/toolbar/condition_center.rb | 13 +++--
 .../toolbar/custom_button_set_center.rb            |  8 ++-
 .../toolbar/diagnostics_region_center.rb           | 53 +++++++++++++++---
 .../toolbar/diagnostics_server_center.rb           |  8 ++-
 .../toolbar/diagnostics_zone_center.rb             | 62 +++++++++++++++++++---
 .../application_helper/toolbar/dialog_center.rb    |  8 ++-
 .../application_helper/toolbar/logs_center.rb      |  8 ++-
 .../application_helper/toolbar/miq_group_center.rb |  4 +-
 .../toolbar/miq_groups_center.rb                   |  4 +-
 .../toolbar/miq_policy_center.rb                   | 12 ++++-
 .../application_helper/toolbar/summary_center.rb   |  5 +-
 .../toolbar/summary_center_restful.rb              |  5 +-
 .../application_helper/toolbar/tenant_center.rb    |  4 +-
 .../application_helper/toolbar/tenants_center.rb   |  4 +-
 .../application_helper/toolbar/user_center.rb      |  4 +-
 .../application_helper/toolbar/users_center.rb     |  4 +-
 17 files changed, 171 insertions(+), 37 deletions(-)

Comment 14 CFME Bot 2016-07-13 16:58:05 UTC
New commit detected on ManageIQ/manageiq/darga:
https://github.com/ManageIQ/manageiq/commit/0935e92962f2e8c9796f0248d71281dd796b7a9d

commit 0935e92962f2e8c9796f0248d71281dd796b7a9d
Author:     Milan Zazrivec <mzazrivec>
AuthorDate: Fri Jul 1 16:11:24 2016 +0200
Commit:     Milan Zazrivec <mzazrivec>
CommitDate: Tue Jul 12 13:51:17 2016 +0200

    Toolbars: remove string interpolations with instance variables
    
    This is to make sure the translations for toolbars works correctly.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1352007
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    https://bugzilla.redhat.com/show_bug.cgi?id=1340139
    https://bugzilla.redhat.com/show_bug.cgi?id=1340708
    https://bugzilla.redhat.com/show_bug.cgi?id=1340870
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    (cherry picked from commit ba1e67271df72008424fa34200efe8e22f32750f)

 app/helpers/application_helper.rb                  |  2 +
 .../application_helper/toolbar/condition_center.rb | 13 +++--
 .../toolbar/custom_button_set_center.rb            |  8 ++-
 .../toolbar/diagnostics_region_center.rb           | 53 +++++++++++++++---
 .../toolbar/diagnostics_server_center.rb           |  8 ++-
 .../toolbar/diagnostics_zone_center.rb             | 62 +++++++++++++++++++---
 .../application_helper/toolbar/dialog_center.rb    |  8 ++-
 .../application_helper/toolbar/logs_center.rb      |  8 ++-
 .../application_helper/toolbar/miq_group_center.rb |  4 +-
 .../toolbar/miq_groups_center.rb                   |  4 +-
 .../toolbar/miq_policy_center.rb                   | 12 ++++-
 .../application_helper/toolbar/summary_center.rb   |  5 +-
 .../toolbar/summary_center_restful.rb              |  5 +-
 .../application_helper/toolbar/tenant_center.rb    |  4 +-
 .../application_helper/toolbar/tenants_center.rb   |  4 +-
 .../application_helper/toolbar/user_center.rb      |  4 +-
 .../application_helper/toolbar/users_center.rb     |  4 +-
 17 files changed, 171 insertions(+), 37 deletions(-)

Comment 15 CFME Bot 2016-07-13 16:58:17 UTC
New commit detected on ManageIQ/manageiq/darga:
https://github.com/ManageIQ/manageiq/commit/7d5af5d26e0ec90be2749c4033d35b733b651ebb

commit 7d5af5d26e0ec90be2749c4033d35b733b651ebb
Author:     Milan Zazrivec <mzazrivec>
AuthorDate: Fri Jul 1 14:39:33 2016 +0200
Commit:     Milan Zazrivec <mzazrivec>
CommitDate: Tue Jul 12 13:50:20 2016 +0200

    Toolbars: remove string interpolations with ui_lookup
    
    This is to make sure the translations for toolbars works correctly.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1352007
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    https://bugzilla.redhat.com/show_bug.cgi?id=1340139
    https://bugzilla.redhat.com/show_bug.cgi?id=1340708
    https://bugzilla.redhat.com/show_bug.cgi?id=1340870
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    (cherry picked from commit 0ca6339462c988f931c63aa3fb115a1c50f437e4)

 app/helpers/application_helper/toolbar/condition_center.rb     |  6 ++++--
 app/helpers/application_helper/toolbar/conditions_center.rb    |  8 +++++++-
 .../application_helper/toolbar/miq_alert_profiles_center.rb    |  4 +++-
 app/helpers/application_helper/toolbar/miq_policy_center.rb    | 10 +++++++---
 4 files changed, 21 insertions(+), 7 deletions(-)

Comment 16 CFME Bot 2016-07-13 16:59:20 UTC
New commit detected on ManageIQ/manageiq/darga:
https://github.com/ManageIQ/manageiq/commit/7d5af5d26e0ec90be2749c4033d35b733b651ebb

commit 7d5af5d26e0ec90be2749c4033d35b733b651ebb
Author:     Milan Zazrivec <mzazrivec>
AuthorDate: Fri Jul 1 14:39:33 2016 +0200
Commit:     Milan Zazrivec <mzazrivec>
CommitDate: Tue Jul 12 13:50:20 2016 +0200

    Toolbars: remove string interpolations with ui_lookup
    
    This is to make sure the translations for toolbars works correctly.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1352007
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    https://bugzilla.redhat.com/show_bug.cgi?id=1340139
    https://bugzilla.redhat.com/show_bug.cgi?id=1340708
    https://bugzilla.redhat.com/show_bug.cgi?id=1340870
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    (cherry picked from commit 0ca6339462c988f931c63aa3fb115a1c50f437e4)

 app/helpers/application_helper/toolbar/condition_center.rb     |  6 ++++--
 app/helpers/application_helper/toolbar/conditions_center.rb    |  8 +++++++-
 .../application_helper/toolbar/miq_alert_profiles_center.rb    |  4 +++-
 app/helpers/application_helper/toolbar/miq_policy_center.rb    | 10 +++++++---
 4 files changed, 21 insertions(+), 7 deletions(-)

Comment 17 CFME Bot 2016-07-13 16:59:55 UTC
New commit detected on ManageIQ/manageiq/darga:
https://github.com/ManageIQ/manageiq/commit/0935e92962f2e8c9796f0248d71281dd796b7a9d

commit 0935e92962f2e8c9796f0248d71281dd796b7a9d
Author:     Milan Zazrivec <mzazrivec>
AuthorDate: Fri Jul 1 16:11:24 2016 +0200
Commit:     Milan Zazrivec <mzazrivec>
CommitDate: Tue Jul 12 13:51:17 2016 +0200

    Toolbars: remove string interpolations with instance variables
    
    This is to make sure the translations for toolbars works correctly.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1352007
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    https://bugzilla.redhat.com/show_bug.cgi?id=1340139
    https://bugzilla.redhat.com/show_bug.cgi?id=1340708
    https://bugzilla.redhat.com/show_bug.cgi?id=1340870
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    (cherry picked from commit ba1e67271df72008424fa34200efe8e22f32750f)

 app/helpers/application_helper.rb                  |  2 +
 .../application_helper/toolbar/condition_center.rb | 13 +++--
 .../toolbar/custom_button_set_center.rb            |  8 ++-
 .../toolbar/diagnostics_region_center.rb           | 53 +++++++++++++++---
 .../toolbar/diagnostics_server_center.rb           |  8 ++-
 .../toolbar/diagnostics_zone_center.rb             | 62 +++++++++++++++++++---
 .../application_helper/toolbar/dialog_center.rb    |  8 ++-
 .../application_helper/toolbar/logs_center.rb      |  8 ++-
 .../application_helper/toolbar/miq_group_center.rb |  4 +-
 .../toolbar/miq_groups_center.rb                   |  4 +-
 .../toolbar/miq_policy_center.rb                   | 12 ++++-
 .../application_helper/toolbar/summary_center.rb   |  5 +-
 .../toolbar/summary_center_restful.rb              |  5 +-
 .../application_helper/toolbar/tenant_center.rb    |  4 +-
 .../application_helper/toolbar/tenants_center.rb   |  4 +-
 .../application_helper/toolbar/user_center.rb      |  4 +-
 .../application_helper/toolbar/users_center.rb     |  4 +-
 17 files changed, 171 insertions(+), 37 deletions(-)

Comment 18 CFME Bot 2016-07-13 17:00:59 UTC
New commit detected on ManageIQ/manageiq/darga:
https://github.com/ManageIQ/manageiq/commit/7d5af5d26e0ec90be2749c4033d35b733b651ebb

commit 7d5af5d26e0ec90be2749c4033d35b733b651ebb
Author:     Milan Zazrivec <mzazrivec>
AuthorDate: Fri Jul 1 14:39:33 2016 +0200
Commit:     Milan Zazrivec <mzazrivec>
CommitDate: Tue Jul 12 13:50:20 2016 +0200

    Toolbars: remove string interpolations with ui_lookup
    
    This is to make sure the translations for toolbars works correctly.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1352007
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    https://bugzilla.redhat.com/show_bug.cgi?id=1340139
    https://bugzilla.redhat.com/show_bug.cgi?id=1340708
    https://bugzilla.redhat.com/show_bug.cgi?id=1340870
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    (cherry picked from commit 0ca6339462c988f931c63aa3fb115a1c50f437e4)

 app/helpers/application_helper/toolbar/condition_center.rb     |  6 ++++--
 app/helpers/application_helper/toolbar/conditions_center.rb    |  8 +++++++-
 .../application_helper/toolbar/miq_alert_profiles_center.rb    |  4 +++-
 app/helpers/application_helper/toolbar/miq_policy_center.rb    | 10 +++++++---
 4 files changed, 21 insertions(+), 7 deletions(-)

Comment 19 CFME Bot 2016-07-13 17:01:38 UTC
New commit detected on ManageIQ/manageiq/darga:
https://github.com/ManageIQ/manageiq/commit/0935e92962f2e8c9796f0248d71281dd796b7a9d

commit 0935e92962f2e8c9796f0248d71281dd796b7a9d
Author:     Milan Zazrivec <mzazrivec>
AuthorDate: Fri Jul 1 16:11:24 2016 +0200
Commit:     Milan Zazrivec <mzazrivec>
CommitDate: Tue Jul 12 13:51:17 2016 +0200

    Toolbars: remove string interpolations with instance variables
    
    This is to make sure the translations for toolbars works correctly.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1352007
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    https://bugzilla.redhat.com/show_bug.cgi?id=1340139
    https://bugzilla.redhat.com/show_bug.cgi?id=1340708
    https://bugzilla.redhat.com/show_bug.cgi?id=1340870
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    (cherry picked from commit ba1e67271df72008424fa34200efe8e22f32750f)

 app/helpers/application_helper.rb                  |  2 +
 .../application_helper/toolbar/condition_center.rb | 13 +++--
 .../toolbar/custom_button_set_center.rb            |  8 ++-
 .../toolbar/diagnostics_region_center.rb           | 53 +++++++++++++++---
 .../toolbar/diagnostics_server_center.rb           |  8 ++-
 .../toolbar/diagnostics_zone_center.rb             | 62 +++++++++++++++++++---
 .../application_helper/toolbar/dialog_center.rb    |  8 ++-
 .../application_helper/toolbar/logs_center.rb      |  8 ++-
 .../application_helper/toolbar/miq_group_center.rb |  4 +-
 .../toolbar/miq_groups_center.rb                   |  4 +-
 .../toolbar/miq_policy_center.rb                   | 12 ++++-
 .../application_helper/toolbar/summary_center.rb   |  5 +-
 .../toolbar/summary_center_restful.rb              |  5 +-
 .../application_helper/toolbar/tenant_center.rb    |  4 +-
 .../application_helper/toolbar/tenants_center.rb   |  4 +-
 .../application_helper/toolbar/user_center.rb      |  4 +-
 .../application_helper/toolbar/users_center.rb     |  4 +-
 17 files changed, 171 insertions(+), 37 deletions(-)

Comment 20 CFME Bot 2016-07-13 17:02:50 UTC
New commit detected on ManageIQ/manageiq/darga:
https://github.com/ManageIQ/manageiq/commit/0935e92962f2e8c9796f0248d71281dd796b7a9d

commit 0935e92962f2e8c9796f0248d71281dd796b7a9d
Author:     Milan Zazrivec <mzazrivec>
AuthorDate: Fri Jul 1 16:11:24 2016 +0200
Commit:     Milan Zazrivec <mzazrivec>
CommitDate: Tue Jul 12 13:51:17 2016 +0200

    Toolbars: remove string interpolations with instance variables
    
    This is to make sure the translations for toolbars works correctly.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1352007
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    https://bugzilla.redhat.com/show_bug.cgi?id=1340139
    https://bugzilla.redhat.com/show_bug.cgi?id=1340708
    https://bugzilla.redhat.com/show_bug.cgi?id=1340870
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    (cherry picked from commit ba1e67271df72008424fa34200efe8e22f32750f)

 app/helpers/application_helper.rb                  |  2 +
 .../application_helper/toolbar/condition_center.rb | 13 +++--
 .../toolbar/custom_button_set_center.rb            |  8 ++-
 .../toolbar/diagnostics_region_center.rb           | 53 +++++++++++++++---
 .../toolbar/diagnostics_server_center.rb           |  8 ++-
 .../toolbar/diagnostics_zone_center.rb             | 62 +++++++++++++++++++---
 .../application_helper/toolbar/dialog_center.rb    |  8 ++-
 .../application_helper/toolbar/logs_center.rb      |  8 ++-
 .../application_helper/toolbar/miq_group_center.rb |  4 +-
 .../toolbar/miq_groups_center.rb                   |  4 +-
 .../toolbar/miq_policy_center.rb                   | 12 ++++-
 .../application_helper/toolbar/summary_center.rb   |  5 +-
 .../toolbar/summary_center_restful.rb              |  5 +-
 .../application_helper/toolbar/tenant_center.rb    |  4 +-
 .../application_helper/toolbar/tenants_center.rb   |  4 +-
 .../application_helper/toolbar/user_center.rb      |  4 +-
 .../application_helper/toolbar/users_center.rb     |  4 +-
 17 files changed, 171 insertions(+), 37 deletions(-)

Comment 21 CFME Bot 2016-07-13 17:03:14 UTC
New commit detected on ManageIQ/manageiq/darga:
https://github.com/ManageIQ/manageiq/commit/7d5af5d26e0ec90be2749c4033d35b733b651ebb

commit 7d5af5d26e0ec90be2749c4033d35b733b651ebb
Author:     Milan Zazrivec <mzazrivec>
AuthorDate: Fri Jul 1 14:39:33 2016 +0200
Commit:     Milan Zazrivec <mzazrivec>
CommitDate: Tue Jul 12 13:50:20 2016 +0200

    Toolbars: remove string interpolations with ui_lookup
    
    This is to make sure the translations for toolbars works correctly.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1352007
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    https://bugzilla.redhat.com/show_bug.cgi?id=1340139
    https://bugzilla.redhat.com/show_bug.cgi?id=1340708
    https://bugzilla.redhat.com/show_bug.cgi?id=1340870
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    (cherry picked from commit 0ca6339462c988f931c63aa3fb115a1c50f437e4)

 app/helpers/application_helper/toolbar/condition_center.rb     |  6 ++++--
 app/helpers/application_helper/toolbar/conditions_center.rb    |  8 +++++++-
 .../application_helper/toolbar/miq_alert_profiles_center.rb    |  4 +++-
 app/helpers/application_helper/toolbar/miq_policy_center.rb    | 10 +++++++---
 4 files changed, 21 insertions(+), 7 deletions(-)

Comment 22 CFME Bot 2016-07-13 17:04:36 UTC
New commit detected on ManageIQ/manageiq/darga:
https://github.com/ManageIQ/manageiq/commit/7d5af5d26e0ec90be2749c4033d35b733b651ebb

commit 7d5af5d26e0ec90be2749c4033d35b733b651ebb
Author:     Milan Zazrivec <mzazrivec>
AuthorDate: Fri Jul 1 14:39:33 2016 +0200
Commit:     Milan Zazrivec <mzazrivec>
CommitDate: Tue Jul 12 13:50:20 2016 +0200

    Toolbars: remove string interpolations with ui_lookup
    
    This is to make sure the translations for toolbars works correctly.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1352007
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    https://bugzilla.redhat.com/show_bug.cgi?id=1340139
    https://bugzilla.redhat.com/show_bug.cgi?id=1340708
    https://bugzilla.redhat.com/show_bug.cgi?id=1340870
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    (cherry picked from commit 0ca6339462c988f931c63aa3fb115a1c50f437e4)

 app/helpers/application_helper/toolbar/condition_center.rb     |  6 ++++--
 app/helpers/application_helper/toolbar/conditions_center.rb    |  8 +++++++-
 .../application_helper/toolbar/miq_alert_profiles_center.rb    |  4 +++-
 app/helpers/application_helper/toolbar/miq_policy_center.rb    | 10 +++++++---
 4 files changed, 21 insertions(+), 7 deletions(-)

Comment 23 CFME Bot 2016-07-13 17:04:48 UTC
New commit detected on ManageIQ/manageiq/darga:
https://github.com/ManageIQ/manageiq/commit/0935e92962f2e8c9796f0248d71281dd796b7a9d

commit 0935e92962f2e8c9796f0248d71281dd796b7a9d
Author:     Milan Zazrivec <mzazrivec>
AuthorDate: Fri Jul 1 16:11:24 2016 +0200
Commit:     Milan Zazrivec <mzazrivec>
CommitDate: Tue Jul 12 13:51:17 2016 +0200

    Toolbars: remove string interpolations with instance variables
    
    This is to make sure the translations for toolbars works correctly.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1352007
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    https://bugzilla.redhat.com/show_bug.cgi?id=1340139
    https://bugzilla.redhat.com/show_bug.cgi?id=1340708
    https://bugzilla.redhat.com/show_bug.cgi?id=1340870
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    (cherry picked from commit ba1e67271df72008424fa34200efe8e22f32750f)

 app/helpers/application_helper.rb                  |  2 +
 .../application_helper/toolbar/condition_center.rb | 13 +++--
 .../toolbar/custom_button_set_center.rb            |  8 ++-
 .../toolbar/diagnostics_region_center.rb           | 53 +++++++++++++++---
 .../toolbar/diagnostics_server_center.rb           |  8 ++-
 .../toolbar/diagnostics_zone_center.rb             | 62 +++++++++++++++++++---
 .../application_helper/toolbar/dialog_center.rb    |  8 ++-
 .../application_helper/toolbar/logs_center.rb      |  8 ++-
 .../application_helper/toolbar/miq_group_center.rb |  4 +-
 .../toolbar/miq_groups_center.rb                   |  4 +-
 .../toolbar/miq_policy_center.rb                   | 12 ++++-
 .../application_helper/toolbar/summary_center.rb   |  5 +-
 .../toolbar/summary_center_restful.rb              |  5 +-
 .../application_helper/toolbar/tenant_center.rb    |  4 +-
 .../application_helper/toolbar/tenants_center.rb   |  4 +-
 .../application_helper/toolbar/user_center.rb      |  4 +-
 .../application_helper/toolbar/users_center.rb     |  4 +-
 17 files changed, 171 insertions(+), 37 deletions(-)

Comment 24 CFME Bot 2016-07-13 17:05:52 UTC
New commit detected on ManageIQ/manageiq/darga:
https://github.com/ManageIQ/manageiq/commit/7d5af5d26e0ec90be2749c4033d35b733b651ebb

commit 7d5af5d26e0ec90be2749c4033d35b733b651ebb
Author:     Milan Zazrivec <mzazrivec>
AuthorDate: Fri Jul 1 14:39:33 2016 +0200
Commit:     Milan Zazrivec <mzazrivec>
CommitDate: Tue Jul 12 13:50:20 2016 +0200

    Toolbars: remove string interpolations with ui_lookup
    
    This is to make sure the translations for toolbars works correctly.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1352007
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    https://bugzilla.redhat.com/show_bug.cgi?id=1340139
    https://bugzilla.redhat.com/show_bug.cgi?id=1340708
    https://bugzilla.redhat.com/show_bug.cgi?id=1340870
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    (cherry picked from commit 0ca6339462c988f931c63aa3fb115a1c50f437e4)

 app/helpers/application_helper/toolbar/condition_center.rb     |  6 ++++--
 app/helpers/application_helper/toolbar/conditions_center.rb    |  8 +++++++-
 .../application_helper/toolbar/miq_alert_profiles_center.rb    |  4 +++-
 app/helpers/application_helper/toolbar/miq_policy_center.rb    | 10 +++++++---
 4 files changed, 21 insertions(+), 7 deletions(-)

Comment 25 CFME Bot 2016-07-13 17:06:30 UTC
New commit detected on ManageIQ/manageiq/darga:
https://github.com/ManageIQ/manageiq/commit/0935e92962f2e8c9796f0248d71281dd796b7a9d

commit 0935e92962f2e8c9796f0248d71281dd796b7a9d
Author:     Milan Zazrivec <mzazrivec>
AuthorDate: Fri Jul 1 16:11:24 2016 +0200
Commit:     Milan Zazrivec <mzazrivec>
CommitDate: Tue Jul 12 13:51:17 2016 +0200

    Toolbars: remove string interpolations with instance variables
    
    This is to make sure the translations for toolbars works correctly.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1352007
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    https://bugzilla.redhat.com/show_bug.cgi?id=1340139
    https://bugzilla.redhat.com/show_bug.cgi?id=1340708
    https://bugzilla.redhat.com/show_bug.cgi?id=1340870
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    (cherry picked from commit ba1e67271df72008424fa34200efe8e22f32750f)

 app/helpers/application_helper.rb                  |  2 +
 .../application_helper/toolbar/condition_center.rb | 13 +++--
 .../toolbar/custom_button_set_center.rb            |  8 ++-
 .../toolbar/diagnostics_region_center.rb           | 53 +++++++++++++++---
 .../toolbar/diagnostics_server_center.rb           |  8 ++-
 .../toolbar/diagnostics_zone_center.rb             | 62 +++++++++++++++++++---
 .../application_helper/toolbar/dialog_center.rb    |  8 ++-
 .../application_helper/toolbar/logs_center.rb      |  8 ++-
 .../application_helper/toolbar/miq_group_center.rb |  4 +-
 .../toolbar/miq_groups_center.rb                   |  4 +-
 .../toolbar/miq_policy_center.rb                   | 12 ++++-
 .../application_helper/toolbar/summary_center.rb   |  5 +-
 .../toolbar/summary_center_restful.rb              |  5 +-
 .../application_helper/toolbar/tenant_center.rb    |  4 +-
 .../application_helper/toolbar/tenants_center.rb   |  4 +-
 .../application_helper/toolbar/user_center.rb      |  4 +-
 .../application_helper/toolbar/users_center.rb     |  4 +-
 17 files changed, 171 insertions(+), 37 deletions(-)

Comment 26 CFME Bot 2016-07-13 17:07:26 UTC
New commit detected on ManageIQ/manageiq/darga:
https://github.com/ManageIQ/manageiq/commit/7d5af5d26e0ec90be2749c4033d35b733b651ebb

commit 7d5af5d26e0ec90be2749c4033d35b733b651ebb
Author:     Milan Zazrivec <mzazrivec>
AuthorDate: Fri Jul 1 14:39:33 2016 +0200
Commit:     Milan Zazrivec <mzazrivec>
CommitDate: Tue Jul 12 13:50:20 2016 +0200

    Toolbars: remove string interpolations with ui_lookup
    
    This is to make sure the translations for toolbars works correctly.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1352007
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    https://bugzilla.redhat.com/show_bug.cgi?id=1340139
    https://bugzilla.redhat.com/show_bug.cgi?id=1340708
    https://bugzilla.redhat.com/show_bug.cgi?id=1340870
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    (cherry picked from commit 0ca6339462c988f931c63aa3fb115a1c50f437e4)

 app/helpers/application_helper/toolbar/condition_center.rb     |  6 ++++--
 app/helpers/application_helper/toolbar/conditions_center.rb    |  8 +++++++-
 .../application_helper/toolbar/miq_alert_profiles_center.rb    |  4 +++-
 app/helpers/application_helper/toolbar/miq_policy_center.rb    | 10 +++++++---
 4 files changed, 21 insertions(+), 7 deletions(-)

Comment 27 CFME Bot 2016-07-13 17:08:05 UTC
New commit detected on ManageIQ/manageiq/darga:
https://github.com/ManageIQ/manageiq/commit/0935e92962f2e8c9796f0248d71281dd796b7a9d

commit 0935e92962f2e8c9796f0248d71281dd796b7a9d
Author:     Milan Zazrivec <mzazrivec>
AuthorDate: Fri Jul 1 16:11:24 2016 +0200
Commit:     Milan Zazrivec <mzazrivec>
CommitDate: Tue Jul 12 13:51:17 2016 +0200

    Toolbars: remove string interpolations with instance variables
    
    This is to make sure the translations for toolbars works correctly.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1352007
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    https://bugzilla.redhat.com/show_bug.cgi?id=1340139
    https://bugzilla.redhat.com/show_bug.cgi?id=1340708
    https://bugzilla.redhat.com/show_bug.cgi?id=1340870
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    (cherry picked from commit ba1e67271df72008424fa34200efe8e22f32750f)

 app/helpers/application_helper.rb                  |  2 +
 .../application_helper/toolbar/condition_center.rb | 13 +++--
 .../toolbar/custom_button_set_center.rb            |  8 ++-
 .../toolbar/diagnostics_region_center.rb           | 53 +++++++++++++++---
 .../toolbar/diagnostics_server_center.rb           |  8 ++-
 .../toolbar/diagnostics_zone_center.rb             | 62 +++++++++++++++++++---
 .../application_helper/toolbar/dialog_center.rb    |  8 ++-
 .../application_helper/toolbar/logs_center.rb      |  8 ++-
 .../application_helper/toolbar/miq_group_center.rb |  4 +-
 .../toolbar/miq_groups_center.rb                   |  4 +-
 .../toolbar/miq_policy_center.rb                   | 12 ++++-
 .../application_helper/toolbar/summary_center.rb   |  5 +-
 .../toolbar/summary_center_restful.rb              |  5 +-
 .../application_helper/toolbar/tenant_center.rb    |  4 +-
 .../application_helper/toolbar/tenants_center.rb   |  4 +-
 .../application_helper/toolbar/user_center.rb      |  4 +-
 .../application_helper/toolbar/users_center.rb     |  4 +-
 17 files changed, 171 insertions(+), 37 deletions(-)

Comment 28 CFME Bot 2016-07-13 17:09:03 UTC
New commit detected on ManageIQ/manageiq/darga:
https://github.com/ManageIQ/manageiq/commit/7d5af5d26e0ec90be2749c4033d35b733b651ebb

commit 7d5af5d26e0ec90be2749c4033d35b733b651ebb
Author:     Milan Zazrivec <mzazrivec>
AuthorDate: Fri Jul 1 14:39:33 2016 +0200
Commit:     Milan Zazrivec <mzazrivec>
CommitDate: Tue Jul 12 13:50:20 2016 +0200

    Toolbars: remove string interpolations with ui_lookup
    
    This is to make sure the translations for toolbars works correctly.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1352007
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    https://bugzilla.redhat.com/show_bug.cgi?id=1340139
    https://bugzilla.redhat.com/show_bug.cgi?id=1340708
    https://bugzilla.redhat.com/show_bug.cgi?id=1340870
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    (cherry picked from commit 0ca6339462c988f931c63aa3fb115a1c50f437e4)

 app/helpers/application_helper/toolbar/condition_center.rb     |  6 ++++--
 app/helpers/application_helper/toolbar/conditions_center.rb    |  8 +++++++-
 .../application_helper/toolbar/miq_alert_profiles_center.rb    |  4 +++-
 app/helpers/application_helper/toolbar/miq_policy_center.rb    | 10 +++++++---
 4 files changed, 21 insertions(+), 7 deletions(-)

Comment 29 CFME Bot 2016-07-13 17:09:41 UTC
New commit detected on ManageIQ/manageiq/darga:
https://github.com/ManageIQ/manageiq/commit/0935e92962f2e8c9796f0248d71281dd796b7a9d

commit 0935e92962f2e8c9796f0248d71281dd796b7a9d
Author:     Milan Zazrivec <mzazrivec>
AuthorDate: Fri Jul 1 16:11:24 2016 +0200
Commit:     Milan Zazrivec <mzazrivec>
CommitDate: Tue Jul 12 13:51:17 2016 +0200

    Toolbars: remove string interpolations with instance variables
    
    This is to make sure the translations for toolbars works correctly.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1352007
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1348649
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    https://bugzilla.redhat.com/show_bug.cgi?id=1340139
    https://bugzilla.redhat.com/show_bug.cgi?id=1340708
    https://bugzilla.redhat.com/show_bug.cgi?id=1340870
    https://bugzilla.redhat.com/show_bug.cgi?id=1288413
    (cherry picked from commit ba1e67271df72008424fa34200efe8e22f32750f)

 app/helpers/application_helper.rb                  |  2 +
 .../application_helper/toolbar/condition_center.rb | 13 +++--
 .../toolbar/custom_button_set_center.rb            |  8 ++-
 .../toolbar/diagnostics_region_center.rb           | 53 +++++++++++++++---
 .../toolbar/diagnostics_server_center.rb           |  8 ++-
 .../toolbar/diagnostics_zone_center.rb             | 62 +++++++++++++++++++---
 .../application_helper/toolbar/dialog_center.rb    |  8 ++-
 .../application_helper/toolbar/logs_center.rb      |  8 ++-
 .../application_helper/toolbar/miq_group_center.rb |  4 +-
 .../toolbar/miq_groups_center.rb                   |  4 +-
 .../toolbar/miq_policy_center.rb                   | 12 ++++-
 .../application_helper/toolbar/summary_center.rb   |  5 +-
 .../toolbar/summary_center_restful.rb              |  5 +-
 .../application_helper/toolbar/tenant_center.rb    |  4 +-
 .../application_helper/toolbar/tenants_center.rb   |  4 +-
 .../application_helper/toolbar/user_center.rb      |  4 +-
 .../application_helper/toolbar/users_center.rb     |  4 +-
 17 files changed, 171 insertions(+), 37 deletions(-)

Comment 32 Bhushan Barve 2016-10-26 12:11:06 UTC
Tested with 5.7.0.7-beta1.20161025153249_9376fbd
Works fine now.
Marking it as verified.


Note You need to log in before you can comment on or make changes to this bug.