← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1326152] [NEW] System Info - Enabled column is not translatable

 

Public bug reported:

The value of the Enabled column is not translatable


https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/admin/info/tables.py#L39

def get_enabled(service, reverse=False):
    options = ["Enabled", "Disabled"]


options value should be translatable

** Affects: horizon
     Importance: Undecided
     Assignee: Lin Hua Cheng (lin-hua-cheng)
         Status: New

** Attachment added: "InfoTable.png"
   https://bugs.launchpad.net/bugs/1326152/+attachment/4125019/+files/InfoTable.png

** Changed in: horizon
     Assignee: (unassigned) => Lin Hua Cheng (lin-hua-cheng)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1326152

Title:
  System Info - Enabled column is not translatable

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  The value of the Enabled column is not translatable

  
  https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/admin/info/tables.py#L39

  def get_enabled(service, reverse=False):
      options = ["Enabled", "Disabled"]

  
  options value should be translatable

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1326152/+subscriptions


Follow ups

References