Fixes up pre-value formatted data so it doesn't include ID in the value since this confuses things.

This commit is contained in:
Shannon
2013-08-28 18:52:00 +10:00
parent 68b337729b
commit 4b4fc037dd
13 changed files with 29 additions and 24 deletions

View File

@@ -8,6 +8,12 @@ namespace Umbraco.Web.Models.ContentEditing
[DataContract(Name = "preValue", Namespace = "")]
public class PreValueFieldDisplay : PreValueFieldSave
{
///// <summary>
///// The id of the pre-value field
///// </summary>
//[DataMember(Name = "id", IsRequired = true)]
//public int Id { get; set; }
/// <summary>
/// The name to display for this pre-value field
/// </summary>