Affected Version
2024.4 - LTS
Affected capability
Data Objects
Steps to reproduce
- go to https://demo.pimcore.fun/admin/
- open
Settings → Data Objects → Classes
- open one of the existing classes → add a new field of type
Link somewhere (right-click on the structure, then Add Data Component → Other → Link)
- open another one of the existing classes → also add a new field of type
Link somewhere
The same happens when the DataObjects (or ObjectBricks) already contain link fields — opening the first one succeeds, open the second one fails.
Actual Behavior
The second one breaks 💥
The panel stays white (empty) and the browser console shows the following error: [E] Ext.ComponentManager.register(): Duplicate component id "allowedTypes"
Expected Behavior
Creating/editing link fields when more than one DataObject/ObjectBrick with links fields is open in the backend works.
Affected Version
2024.4 - LTS
Affected capability
Data Objects
Steps to reproduce
Settings→Data Objects→ClassesLinksomewhere (right-click on the structure, thenAdd Data Component→Other→Link)LinksomewhereThe same happens when the DataObjects (or ObjectBricks) already contain link fields — opening the first one succeeds, open the second one fails.
Actual Behavior
The second one breaks 💥
The panel stays white (empty) and the browser console shows the following error:
[E] Ext.ComponentManager.register(): Duplicate component id "allowedTypes"Expected Behavior
Creating/editing link fields when more than one
DataObject/ObjectBrickwith links fields is open in the backend works.