Fixes U4-1557 so the name of a Media item is properly saved.
This has also be tested and verified for content.
This commit is contained in:
@@ -10,11 +10,6 @@ namespace Umbraco.Core.Models
|
||||
/// </summary>
|
||||
public interface IContentBase : IUmbracoEntity
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets or Sets the Name of the Content
|
||||
/// </summary>
|
||||
string Name { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Integer Id of the default ContentType
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user