Comment 2 for bug 1422074

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

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

commit 3f92e75861511cac9d5d4c1bc88dab2ecbf6cf99
Author: Akihiro Motoki <email address hidden>
Date: Sun Feb 15 17:11:50 2015 +0900

    Make "enabled" colume values display-friendly and consistent

    Most boolean columes are displayed through yesno_filter
    and capfirst_filter, but the changed field were not.

    In addition, by using yesno_filter, the corresponding colums
    are displayed with translated strings and it fixes I18N bug
    at the same time.

    The following columes are updated by this patch.

    Identity -> Domains (enabled)
    Identity -> Users (enabled)
    Identity -> Groups (enabled)
    Firewall -> Rules (enabled, audited)

    Change-Id: I35eeed6addc8f58faa34bc990c758523e4830960
    Closes-Bug: #1422074