U4-8834 Removing code assigning PropertyData IDs for new properties even though it isn't used
This commit is contained in:
@@ -10,6 +10,12 @@ namespace Umbraco.Web.Models.ContentEditing
|
||||
[DataContract(Name = "property", Namespace = "")]
|
||||
public class ContentPropertyBasic
|
||||
{
|
||||
/// <summary>
|
||||
/// This is the cmsPropertyData ID
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// This is not really used for anything
|
||||
/// </remarks>
|
||||
[DataMember(Name = "id", IsRequired = true)]
|
||||
[Required]
|
||||
public int Id { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user