Merge branch '7.0.0' into 7.0.0--property-editor-guid-to-alias
Conflicts: src/Umbraco.Core/Models/Rdbms/PropertyDataReadOnlyDto.cs src/Umbraco.Core/Persistence/Repositories/MemberRepository.cs src/Umbraco.Core/Services/PackagingService.cs src/Umbraco.Web.UI/umbraco/dialogs/ChangeDocType.aspx.cs
This commit is contained in:
@@ -412,7 +412,7 @@ namespace Umbraco.Web.Models
|
||||
|
||||
return !attempt.Success
|
||||
? null
|
||||
: new PropertyResult(alias, attempt.Result, Guid.Empty, PropertyResultType.ReflectedProperty)
|
||||
: new PropertyResult(alias, attempt.Result, PropertyResultType.ReflectedProperty)
|
||||
{
|
||||
DocumentTypeAlias = content.DocumentTypeAlias,
|
||||
DocumentId = content.Id
|
||||
|
||||
Reference in New Issue
Block a user