Skip to content

Commit

Permalink
fix MID-5251 Org. tree page always starts collapsed
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Apr 8, 2019
1 parent 35968e1 commit 712d84e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -279,7 +279,7 @@ protected void onModelChanged() {

TreeStateSet<SelectableBean<OrgType>> items = (TreeStateSet) getModelObject();
boolean isInverse = getOrgTreeStateStorage() != null ? getOrgTreeStateStorage().isInverse() : items.isInverse();
if (isInverse) {
if (!isInverse) {
OrgTreePanel.this.setExpandedItems(items, getOrgTreeStateStorage());
}
}
Expand Down

0 comments on commit 712d84e

Please sign in to comment.