Fixes: U4-3626 List view filtering needs to be applied using debounce
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user