Removes NiceUrl methods, renames NiceUrl test cases
This commit is contained in:
@@ -329,7 +329,7 @@ namespace Umbraco.Web.Search
|
||||
var intId = m.Id.TryConvertTo<int>();
|
||||
if (intId.Success)
|
||||
{
|
||||
m.AdditionalData["Url"] = umbracoHelper.NiceUrl(intId.Result);
|
||||
m.AdditionalData["Url"] = umbracoHelper.Url(intId.Result);
|
||||
}
|
||||
}
|
||||
return mapped;
|
||||
|
||||
Reference in New Issue
Block a user