Activity log for bug #1533910

Date Who What changed Old value New value Message
2016-01-14 00:46:52 Alan Fung bug added bug
2016-01-14 00:47:55 Alan Fung description This issue is due to Dashboard.register is populating the panel_template_dirs for horizon template loader with the key "admin/users" for the Identity Users panel. However, TemplateLoader.get_template_sources would still look up "identity/users" for templates by convention (i.e. template "identity/users/index.html") Steps to reproduce: 1. Move users panel to be under admin dashboard by modifying _3030_identity_users_panel.py 2. Set PANEL_GROUP = 'admin' 3. Set PANEL_DASHBOARD = 'admin' Expected: 1. Users panel to be under Admin panel group in the navigation. 2. Users panel to load. Actual: 1. Users panel under Admin panel group in the navigation. 2. Users panel would generate a TemplateDoesNotExist Steps to reproduce: 1. Move users panel to be under admin dashboard by modifying _3030_identity_users_panel.py 2. Set PANEL_GROUP = 'admin' 3. Set PANEL_DASHBOARD = 'admin' Expected: 1. Users panel to be under Admin panel group in the navigation. 2. Users panel to load. Actual: 1. Users panel under Admin panel group in the navigation. 2. Users panel would generate a TemplateDoesNotExist Observations: This issue is due to Dashboard.register populates the panel_template_dirs for horizon template loader with the key "admin/users" for the Identity Users panel. However, TemplateLoader.get_template_sources would still look up "identity/users" for templates by convention (i.e. template "identity/users/index.html")
2016-01-14 16:28:35 Ernest Millan bug added subscriber Ernest Millan
2016-01-21 12:36:10 Rob Cresswell horizon: status New Confirmed
2016-01-21 12:36:12 Rob Cresswell horizon: importance Undecided High
2016-01-21 12:36:18 Rob Cresswell horizon: milestone next
2016-01-22 08:27:06 Alan Fung horizon: assignee Alan Fung (alanfung)
2016-01-22 09:33:25 OpenStack Infra horizon: status Confirmed In Progress
2016-07-19 04:28:59 OpenStack Infra horizon: assignee Alan Fung (alanfung) Richard Jones (r1chardj0n3s)
2016-09-23 16:14:55 Ernest Millan removed subscriber Ernest Millan
2017-11-28 12:20:37 amber description Steps to reproduce: 1. Move users panel to be under admin dashboard by modifying _3030_identity_users_panel.py 2. Set PANEL_GROUP = 'admin' 3. Set PANEL_DASHBOARD = 'admin' Expected: 1. Users panel to be under Admin panel group in the navigation. 2. Users panel to load. Actual: 1. Users panel under Admin panel group in the navigation. 2. Users panel would generate a TemplateDoesNotExist Observations: This issue is due to Dashboard.register populates the panel_template_dirs for horizon template loader with the key "admin/users" for the Identity Users panel. However, TemplateLoader.get_template_sources would still look up "identity/users" for templates by convention (i.e. template "identity/users/index.html") Steps to reproduce: 1. Move users panel to be under admin dashboard by modifying _3030_identity_users_panel.py 2. Set PANEL_GROUP = 'admin' 3. Set PANEL_DASHBOARD = 'admin' Expected: 1. Users panel to be under Admin panel group in the navigation. 2. Users panel to load. Actual: 1. Users panel under Admin panel group in the navigation. 2. Users panel would generate a TemplateDoesNotExist Observations: This issue is due to Dashboard.register populates the panel_template_dirs for horizon template loader with the key "admin/users" for the Identity Users panel. However, TemplateLoader.get_template_sources would still look up "identity/users" for templates by convention (i.e. template "identity/users/index.html")..
2017-12-13 20:31:13 Akihiro Motoki horizon: assignee Richard Jones (r1chardj0n3s)
2019-05-22 15:47:03 Ivan Kolodyazhny horizon: status In Progress Confirmed
2019-06-21 09:46:38 OpenStack Infra horizon: status Confirmed In Progress
2019-06-21 09:46:38 OpenStack Infra horizon: assignee Vishal Manchanda (vishalmanchanda)
2021-02-28 07:12:56 Akihiro Motoki horizon: importance High Medium