CanvasUiComponentsFactory must not inject AppUI
bean
#19
Labels
severity: major
The defect affects major functionality. It has a workaround but is difficult.
state: fixed
Fixed by the developer
type: bug
Something isn't working
ver: 3.0.3
Fixed in version
Milestone
Environment
Description of the bug or enhancement
CanvasUiComponentsFactory
is a singleton bean and it must not injectAppUI
bean.AppUI
is avaadin
scoped bean and should be injected only toprototype
scoped beans and UI screens.See also https://www.cuba-platform.com/discuss/t/the-right-way-to-extend-appui/9322/4
The text was updated successfully, but these errors were encountered: