← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1567047] [NEW] Panels in local/enabled always appear last in nav

 

Public bug reported:

The list of panels appears to be intended to be sorted by file name, but
all files in /enabled and always presented in the nav ahead of any files
from local/enabled, no matter the file name.

This appears to be a bug in util/settings.py that does an rsplit to
separate file name from path, but accidentally uses the full list of
split items, instead of just the file name.

** Affects: horizon
     Importance: Undecided
         Status: New

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

Title:
  Panels in local/enabled always appear last in nav

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  The list of panels appears to be intended to be sorted by file name,
  but all files in /enabled and always presented in the nav ahead of any
  files from local/enabled, no matter the file name.

  This appears to be a bug in util/settings.py that does an rsplit to
  separate file name from path, but accidentally uses the full list of
  split items, instead of just the file name.

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


Follow ups