Port Security Enabled is missing from port details page, when it is set to False

Bug #1634836 reported by György Szombathelyi
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Dashboard (Horizon)
Fix Released
Low
György Szombathelyi

Bug Description

When port security is disabled, it is missing from the port details page, since the template doesn't make a difference between port_security_enabled is not defined or False.

I think the networks/template/networks/ports/_detail_overview.html template should be modified from:
    {% if port.port_security_enabled %}
to
    {% if port.port_security_enabled != None %}

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/388606

Changed in horizon:
assignee: nobody → György Szombathelyi (gyurco)
status: New → In Progress
Changed in horizon:
importance: Undecided → Low
milestone: none → next
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (master)

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

commit 9caef6402bcf36daec22827979022d8710eb71ed
Author: Gyorgy Szombathelyi <email address hidden>
Date: Wed Oct 19 12:41:52 2016 +0200

    Fix Port Security Enabled information

    Display Port Security Enabled information even if port security is
    disabled.

    Change-Id: I01fd266db6de750a2d1c96ac27d7a1ccd685e195
    Closes-Bug: #1634836

Changed in horizon:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/horizon 11.0.0.0b3

This issue was fixed in the openstack/horizon 11.0.0.0b3 development milestone.

Changed in horizon:
milestone: next → ocata-3
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.