Status are not all translatable

Bug #1418027 reported by Wu Wenxiang
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Dashboard (Horizon)
Fix Released
Medium
Wu Wenxiang

Bug Description

openstack_dashboard/dashboards/identity/groups/tables.py: status_choices=STATUS_CHOICES,
openstack_dashboard/dashboards/identity/users/tables.py: status_choices=STATUS_CHOICES,
openstack_dashboard/dashboards/project/containers/tables.py: status_choices=METADATA_LOADED_CHOICES,
openstack_dashboard/dashboards/project/data_processing/clusters/tables.py: status_choices=STATUS_CHOICES)
openstack_dashboard/dashboards/project/data_processing/job_executions/tables.py: display_choices=(("id", "ID"), ("name", "Name")),
openstack_dashboard/dashboards/project/data_processing/job_executions/tables.py: status_choices=STATUS_CHOICES,
openstack_dashboard/dashboards/project/database_backups/tables.py: status_choices=STATUS_CHOICES)
openstack_dashboard/dashboards/project/databases/tables.py: status_choices=STATUS_CHOICES)
openstack_dashboard/dashboards/project/databases/tables.py: status_choices=backup_tables.STATUS_CHOICES)
openstack_dashboard/dashboards/project/stacks/tables.py: status_choices=STATUS_CHOICES)
openstack_dashboard/dashboards/project/stacks/tables.py: status_choices=STATUS_CHOICES)
openstack_dashboard/dashboards/project/vpn/tables.py: status_choices=STATUS_CHOICES)
openstack_dashboard/dashboards/project/vpn/tables.py: status_choices=STATUS_CHOICES)

Changed in horizon:
assignee: nobody → Wu Wenxiang (wu-wenxiang)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to horizon (master)

Fix proposed to branch: master
Review: https://review.openstack.org/152889

Changed in horizon:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/152906

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/152934

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/152941

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/152948

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Fix proposed to branch: master
Review: https://review.openstack.org/153845

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on horizon (master)

Change abandoned by Wu Wenxiang (wu.wenxiang@99cloud.net) on branch: master
Review: https://review.openstack.org/152906
Reason: Abandon, move here: https://review.openstack.org/#/c/153845/

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (master)

Reviewed: https://review.openstack.org/152941
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=0a9a4fb4cc102aa4c3b574a4e704a121842943ea
Submitter: Jenkins
Branch: master

commit 0a9a4fb4cc102aa4c3b574a4e704a121842943ea
Author: Wu Wenxiang <wu.wenxiang@99cloud.net>
Date: Wed Feb 4 23:13:15 2015 +0800

    Make values for name&status about job_executions be translatable

    Add STATUS_DISPLAY_CHOICES in files:
    openstack_dashboard/dashboards/project/data_processing/job_executions/tables.py

    Change-Id: I38ce3f74e62afe30c1d8b9131fa81d64462c149d
    Partial-Bug: #1418027

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/152948
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=25c9e2d66be7edfeab9f011853a2f1dd6161d514
Submitter: Jenkins
Branch: master

commit 25c9e2d66be7edfeab9f011853a2f1dd6161d514
Author: Wu Wenxiang <wu.wenxiang@99cloud.net>
Date: Wed Feb 4 23:25:03 2015 +0800

    Make the values of Cluster status be translatable

    Add STATUS_DISPLAY_CHOICES in files:
    openstack_dashboard/dashboards/project/data_processing/clusters/tables.py

    Change-Id: Ife20ff8768baa094aaa6ec4cceb974b9e0c89615
    Partial-Bug: #1418027

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/152934
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=f11d2c1872ee3bc85306b6dd4344926733d8babb
Submitter: Jenkins
Branch: master

commit f11d2c1872ee3bc85306b6dd4344926733d8babb
Author: Wu Wenxiang <wu.wenxiang@99cloud.net>
Date: Wed Feb 4 22:48:04 2015 +0800

    Make values for Database&Backup status be translatable

    Add STATUS_DISPLAY_CHOICES in files:
    openstack_dashboard/dashboards/project/database_backups/tables.py
    openstack_dashboard/dashboards/project/databases/tables.py

    Change-Id: I7c35dad78ae610650d3fe52c0113ffda4efa8c50
    Partial-Bug: #1418027

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/152889
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=48f4db9b66c6bfaf6e5681bc74083a9296ac9259
Submitter: Jenkins
Branch: master

commit 48f4db9b66c6bfaf6e5681bc74083a9296ac9259
Author: Wu Wenxiang <wu.wenxiang@99cloud.net>
Date: Wed Feb 4 21:16:03 2015 +0800

    Make values for IPSec&VPN status be translatable

    Add STATUS_DISPLAY_CHOICES in files:
    openstack_dashboard/dashboards/project/vpn/tables.py

    Change-Id: Ie8f1ea99dc6c11008c98d7dc71c6429673382b04
    Partial-Bug: #1418027

Revision history for this message
OpenStack Infra (hudson-openstack) wrote :

Reviewed: https://review.openstack.org/153845
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=4bbc6d2e26b787b773774a3311c54a9f35a967c6
Submitter: Jenkins
Branch: master

commit 4bbc6d2e26b787b773774a3311c54a9f35a967c6
Author: Wu Wenxiang <wu.wenxiang@99cloud.net>
Date: Wed Feb 18 15:07:50 2015 +0800

    Make the values of Stack Resource status be translatable

    Add STATUS_DISPLAY_CHOICES in files:
    openstack_dashboard/dashboards/project/stacks/tables.py

    Change-Id: Ifd702cb929f9016db639346b1586da5319b9f59e
    Partial-Bug: #1418027

Revision history for this message
Lin Hua Cheng (lin-hua-cheng) wrote :

the series of patches already been merged, closing this bug

Changed in horizon:
importance: Undecided → Medium
status: In Progress → Fix Committed
Changed in horizon:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.