Skip to content
Snippets Groups Projects
Commit 38286357 authored by buczekp's avatar buczekp
Browse files

[LMS-1949] bugfix: set disposable component once again

SVN: 19496
parent daaa0381
No related branches found
No related tags found
No related merge requests found
......@@ -70,6 +70,7 @@ abstract public class DisposableTabContent extends TabContent
{
if (content != null)
{
disposableComponentOrNull = content;
add(content.getComponent());
if (syncNeeded)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment