Fix U4-1864 the same way as in 6.0.x
This commit is contained in:
@@ -699,7 +699,7 @@ namespace umbraco.cms.businesslogic
|
||||
continue;
|
||||
|
||||
//get the propertyId
|
||||
var property = propData.FirstOrDefault(x => x.PropertyTypeId == pt.Id);
|
||||
var property = propData.LastOrDefault(x => x.PropertyTypeId == pt.Id);
|
||||
if (property == null)
|
||||
{
|
||||
//continue;
|
||||
|
||||
Reference in New Issue
Block a user