Correcting a few methods in the DataTypeService.
Adding publish = false in save methods, to ensure that Published isn't set to true.
This commit is contained in:
@@ -36,8 +36,7 @@ namespace Umbraco.Core.Models
|
||||
/// Gets or sets the path
|
||||
/// </summary>
|
||||
[DataMember]
|
||||
string Path //Setting this value should be handled by the class not the user
|
||||
{ get; set; }
|
||||
string Path { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Id of the user who created this entity
|
||||
|
||||
Reference in New Issue
Block a user