← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1403701] [NEW] Fix consistency on panel visibility check

 

Public bug reported:

There are two patterns used in defined if panels are visible:
1. overriding allowed

https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/project/firewalls/panel.py#L26

2. overriding can_access()

https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/admin/aggregates/panel.py#L26

One of this is wrong and must be consistent with the other.

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

** 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/1403701

Title:
  Fix consistency on panel visibility check

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  There are two patterns used in defined if panels are visible:
  1. overriding allowed

  https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/project/firewalls/panel.py#L26

  2. overriding can_access()

  https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/admin/aggregates/panel.py#L26

  One of this is wrong and must be consistent with the other.

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


Follow ups

References