From edeb9ddaf98f5a2a735bca795ffd5e4d9b403fd6 Mon Sep 17 00:00:00 2001 From: space Date: Fri, 4 Mar 2016 17:46:27 +0800 Subject: [PATCH] Change projects redirects to overview page I read the code of switch region and modify the code of switch project. Now change project will redirect to the original page. Change-Id: Ia19eaefa5de884ac4d5900c93138922f00e9c692 Closes-Bug: #1549560 --- .../templates/context_selection/_project_list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openstack_dashboard/templates/context_selection/_project_list.html b/openstack_dashboard/templates/context_selection/_project_list.html index 25c2eab199..2ce2e1c809 100644 --- a/openstack_dashboard/templates/context_selection/_project_list.html +++ b/openstack_dashboard/templates/context_selection/_project_list.html @@ -1,12 +1,12 @@ {% load i18n %} -{% with dashboard_url=request.horizon.dashboard.get_absolute_url %} +{% with page_url=request.horizon.panel.get_absolute_url %}