From e98ed8561a94ef7b0d2b5dec03219ff025a5e24a Mon Sep 17 00:00:00 2001 From: Shannon Date: Wed, 23 Jul 2014 04:10:48 +1000 Subject: [PATCH] Fixes: U4-5252 --- .../umbraco/ClientRedirect.aspx | 38 ++++++++++++++++++- 1 file changed, 36 insertions(+), 2 deletions(-) diff --git a/src/Umbraco.Web.UI/umbraco/ClientRedirect.aspx b/src/Umbraco.Web.UI/umbraco/ClientRedirect.aspx index fd9c5182f2..72232c99cd 100644 --- a/src/Umbraco.Web.UI/umbraco/ClientRedirect.aspx +++ b/src/Umbraco.Web.UI/umbraco/ClientRedirect.aspx @@ -1,4 +1,4 @@ -<%@ Page Language="C#" AutoEventWireup="true" Inherits="System.Web.UI.Page" %> +<%@ Page Language="C#" AutoEventWireup="true" Inherits="Umbraco.Web.UI.Pages.UmbracoEnsuredPage" %> <%-- This page is required because we cannot reload the angular app with a changed Hash since it just detects the hash and doesn't reload. So this is used purely for a full reload of an angular app with a changed hash. @@ -8,12 +8,46 @@ Redirecting...