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:
Morten Christensen
2012-11-21 17:38:54 -01:00
parent 6ce93ac5c6
commit f11dc7f3cd
4 changed files with 31 additions and 10 deletions

View File

@@ -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