DataTypeSplit datacollector should not care about propertyEditors (#15898)
This ensures keys are correctly assumed to be unique => safe for dictionary usage Co-authored-by: Sven Geusens <sge@umbraco.dk>
This commit is contained in:
@@ -92,7 +92,8 @@ public class DataTypeSplitDataCollector : INotificationHandler<UmbracoApplicatio
|
||||
|
||||
var fromCodeEditorsData = _dataEditors
|
||||
.Where(de =>
|
||||
de.GetType().Assembly.GetName().FullName
|
||||
de.Type == EditorType.PropertyValue
|
||||
&& de.GetType().Assembly.GetName().FullName
|
||||
.StartsWith("umbraco.core", StringComparison.InvariantCultureIgnoreCase) is false
|
||||
&& de.GetType().Assembly.GetName().FullName
|
||||
.StartsWith("umbraco.infrastructure", StringComparison.InvariantCultureIgnoreCase) is false)
|
||||
|
||||
Reference in New Issue
Block a user