Move member properties to Member Content App (V9 merge regression) (#11768)

* Fix regression after merging to v9

* Update test to align with removed member properties
This commit is contained in:
Ronald Barendse
2021-12-20 08:45:11 +01:00
committed by GitHub
parent a69499a136
commit 0ba51f87ea
2 changed files with 9 additions and 39 deletions

View File

@@ -618,20 +618,6 @@ namespace Umbraco.Cms.Tests.UnitTests.Umbraco.Web.BackOffice.Controllers
Id = 77,
Properties = new List<ContentPropertyDisplay>()
{
new ContentPropertyDisplay()
{
Alias = "_umb_id",
View = "idwithguid",
Value = new []
{
"123",
"guid"
}
},
new ContentPropertyDisplay()
{
Alias = "_umb_doctype"
},
new ContentPropertyDisplay()
{
Alias = "_umb_login"