Gets the related links editor working with the old property value converter too, udpates the install script so that works and updates tests to reference the correct one, adds GUID overloads to the UrlProvider

This commit is contained in:
Shannon
2017-03-13 16:58:41 +11:00
parent aba325e109
commit 8f48da8bb0
9 changed files with 104 additions and 12 deletions

View File

@@ -1,10 +1,12 @@
using System;
using System.ComponentModel;
namespace Umbraco.Core
{
/// <summary>
/// Represents a string-based entity identifier.
/// </summary>
[TypeConverter(typeof(UdiTypeConverter))]
public class StringUdi : Udi
{
/// <summary>