Fixes: U4-3504 Sorting media doesn't work, always defaults to sorting the root

This commit is contained in:
Shannon
2013-11-14 22:25:08 +11:00
parent 4ce5e67116
commit 7dfd684cd8
2 changed files with 2 additions and 2 deletions

View File

@@ -92,7 +92,7 @@ namespace Umbraco.Web.Models.Trees
private static void SetActionUrl(this MenuItem menuItem, string url, ActionUrlMethod method = ActionUrlMethod.Dialog)
{
menuItem.AdditionalData[ActionUrlKey] = url;
menuItem.AdditionalData[ActionUrlMethodKey] = url;
menuItem.AdditionalData[ActionUrlMethodKey] = method;
}
internal static void ConvertLegacyMenuItem(this MenuItem menuItem, IUmbracoEntity item, string nodeType, string currentSection)