Fixes: U4-3626 List view filtering needs to be applied using debounce

This commit is contained in:
Shannon
2013-11-21 15:04:10 +11:00
parent abd1c89660
commit eee63e3a48

View File

@@ -70,7 +70,7 @@ namespace umbraco
m.Save();
}
_returnUrl = string.Format(EditViewFile + "?file={0}", HttpUtility.UrlEncode(ParentFolderName.EnsureEndsWith('/') + fileName));
_returnUrl = string.Format(EditViewFile + "?treeType={0}&file={1}", "partialViewMacros", HttpUtility.UrlEncode(ParentFolderName.EnsureEndsWith('/') + fileName));
return true;
}