Fixed
Project:
Display Builder
Version:
1.0.x-dev
Component:
UI/UX/Islands
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
12 Sep 2026 at 06:26 UTC
Updated:
15 Sep 2026 at 11:59 UTC
Jump to comment: Most recent
Comments
Comment #2
pdureau commentedComment #4
pdureau commentedPipeline running.
I did
moduleHandler->moduleExists('ui_styles_ui_patterns')but I am not 100% sure... Would it better to test the existence of the plugin ID itself instead?Comment #5
pdureau commentedJust a little something to check
Comment #6
pdureau commentedI took back the ticket because i get the same "plugin not found" fatal error with the patch applied, if don't rebuild the cache after
So i used
sourceManager->hasDefinition('ui_styles_attributes')instead ofmoduleHandler->moduleExists('ui_styles_ui_patterns'). It is still necessary to rebuilt the cache, but at least it doesn't throw a fatal.Comment #7
mogtofu33 commented