Hi all,
I realized that the isConfigure()
method for every component always returns true, even if the component the configureHook()
is never executed, and thus the component is not configured. This is also visible from the flag [S]
close to the component name.
Is it the correct behavior?
Thank you,
Mirko
Approached solution: isConfigured
I realized that the
isConfigure()
method for every component always returns true, even if the component theconfigureHook()
is never executed, and thus the component is not configured. This is also visible from the flag[S]
close to the component name.Is it the correct behavior?
Thank you,
Mirko
Best regards,
Mirko