Updates UI and mapping to update a property type to allow being culture variant

This commit is contained in:
Shannon
2018-04-24 15:27:33 +10:00
parent de2784c281
commit d552d5dadb
9 changed files with 150 additions and 106 deletions

View File

@@ -147,7 +147,6 @@ namespace Umbraco.Web.PublishedCache.NuCache.DataSource
for (var i = 0; i < pcount; i++)
{
// read lang id
// fixme: This will need to change to string when stephane is done his culture work
var key = PrimitiveSerializer.String.ReadFrom(stream);
var val = new CultureVariation();