yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #25139
[Bug 1399308] [NEW] Identity panels Status column empty value is not translatable
Public bug reported:
enabled = tables.Column('enabled', verbose_name=_('Enabled'),
status=True,
status_choices=STATUS_CHOICES,
empty_value="False")
"False" is not translatable
https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/identity/groups/tables.py#L198
** Affects: horizon
Importance: Undecided
Assignee: Cindy Lu (clu-m)
Status: New
** Changed in: horizon
Assignee: (unassigned) => Cindy Lu (clu-m)
--
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/1399308
Title:
Identity panels Status column empty value is not translatable
Status in OpenStack Dashboard (Horizon):
New
Bug description:
enabled = tables.Column('enabled', verbose_name=_('Enabled'),
status=True,
status_choices=STATUS_CHOICES,
empty_value="False")
"False" is not translatable
https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/identity/groups/tables.py#L198
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1399308/+subscriptions
Follow ups
References