Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Evolveum/midpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Nov 9, 2015
2 parents ff8a262 + 7777cc0 commit f391413
Show file tree
Hide file tree
Showing 5 changed files with 244 additions and 147 deletions.
Expand Up @@ -218,6 +218,11 @@ public WebMarkupContainer getPanel(String panelId) {
return new RoleMemberPanel<UserType>(panelId, getFocusWrapper().getObject().getOid(),
PageRole.this);
}

@Override
public boolean isVisible() {
return getFocusWrapper().getStatus() != ContainerStatus.ADDING;
}
});

}
Expand Down
Expand Up @@ -36,6 +36,8 @@
<select class="form-control input-sm" wicket:id="project"/>
</div>

<div wicket:id="basicSearch"/>


<!-- <div wicket:id="basicSearch" /> -->
<!-- </row> -->
Expand Down

0 comments on commit f391413

Please sign in to comment.