Skip to content

DataTypeSplit datacollector should not care about propertyEditors#15898

Merged
Migaroez merged 1 commit intov13/devfrom
v13/fix/15872-over-eager-data-collector
Mar 18, 2024
Merged

DataTypeSplit datacollector should not care about propertyEditors#15898
Migaroez merged 1 commit intov13/devfrom
v13/fix/15872-over-eager-data-collector

Conversation

@Migaroez
Copy link
Copy Markdown
Contributor

@Migaroez Migaroez commented Mar 18, 2024

Description

Quick fix for #15872
It is possible to have the same Alias for a dataEditor used as a propertyEditor and a dataEditor used as a macroparameterEditor.

The DataTypeSplit Datacollector does not care about the macroParameterEditors as they will not be migrated to v14. => only get the DataEditors from code that are used as propertyEditors thus using aliases (which should be unique) safely as dictionary keys again.

This ensures keys are correctly assumed to be unique => safe for dictionary usage
Copy link
Copy Markdown
Contributor

@kjac kjac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💪

@Migaroez Migaroez merged commit e267b41 into v13/dev Mar 18, 2024
@Migaroez Migaroez deleted the v13/fix/15872-over-eager-data-collector branch March 18, 2024 11:39
bergmania pushed a commit that referenced this pull request Mar 18, 2024
…5898)

This ensures keys are correctly assumed to be unique => safe for dictionary usage

Co-authored-by: Sven Geusens <sge@umbraco.dk>
(cherry picked from commit e267b41)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants