updates deep clone to have the false flag for resetting properties (we don't want to remember them when cloning)
Conflicts: src/Umbraco.Core/Models/Member.cs
This commit is contained in:
@@ -442,7 +442,7 @@ namespace Umbraco.Core.Models
|
||||
|
||||
//need to manually clone this since it's not settable
|
||||
clone._contentType = (IContentType)ContentType.DeepClone();
|
||||
clone.ResetDirtyProperties(true);
|
||||
clone.ResetDirtyProperties(false);
|
||||
|
||||
return clone;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user