Skip to content

Commit

Permalink
org tab panel initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
katkav committed Jan 25, 2021
1 parent 76675b4 commit 8a95ac6
Showing 1 changed file with 5 additions and 1 deletion.
Expand Up @@ -52,7 +52,11 @@ public abstract class AbstractOrgTabPanel extends BasePanel<OrgType> {

public AbstractOrgTabPanel(String id, PageBase pageBase) {
super(id);
setParent(pageBase);
}

@Override
protected void onInitialize() {
super.onInitialize();
initLayout();
}

Expand Down

0 comments on commit 8a95ac6

Please sign in to comment.