Skip to content
This repository was archived by the owner on Feb 10, 2024. It is now read-only.

Commit 9a563d1

Browse files
committed
set PropertyType on DetachedPublishedProperty
1 parent 8dfab52 commit 9a563d1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/Our.Umbraco.DocTypeGridEditor/Models/DetachedPublishedProperty.cs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,13 @@ public object GetXPathValue(string culture = null, string segment = null)
7979
return XPathValue;
8080
}
8181

82-
public PublishedPropertyType PropertyType { get; }
82+
public PublishedPropertyType PropertyType
83+
{
84+
get
85+
{
86+
return _propertyType;
87+
}
88+
}
8389
public string Alias { get; }
8490
}
8591
}

0 commit comments

Comments
 (0)