Navigation for plugins page structure doesn't work for tests
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| OpenStack Dashboard (Horizon) |
High
|
Timur Sufiev |
Bug Description
I can't override navigation structure for sahara dashboard in tests.
Fresh sahara navigation structure looks like this (from config):
plugin_
{
}
}
In horizon (https:/
After decoding it using json.loads structure contains dicts and list, but rec function (https:/
tags: | added: sahara |
Changed in horizon: | |
assignee: | nobody → Timur Sufiev (tsufiev-x) |
importance: | Undecided → High |
Changed in horizon: | |
status: | New → In Progress |
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: master
commit f93c39258694d88
Author: Timur Sufiev <email address hidden>
Date: Mon Feb 1 16:44:24 2016 +0300
Fix i9n tests pluggable nav structure
Since JSON converted into Python object contains only dicts and lists,
when searching for leaf-nodes in sidebar nav structure we should treat
lists the same way as tuples. Also remove 'Data Processing' section
from CORE_PAGE_STRUCTURE which hid this issue before with 2 initlal
sahara-
Change-Id: I5b84fd3b769ae5
Closes-Bug: #1540245
Changed in horizon: | |
status: | In Progress → Fix Released |
This issue was fixed in the openstack/horizon 9.0.0.0b3 development milestone.
Fix proposed to branch: master /review. openstack. org/274666
Review: https:/