Skip to content

Commit

Permalink
Workaround for MID-3207: excluding ShadowType from "Assign member" fu…
Browse files Browse the repository at this point in the history
…nction
  • Loading branch information
mederly committed Jun 22, 2016
1 parent c71ef80 commit b385dfb
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -319,6 +319,7 @@ protected void addMembers(final QName relation, AjaxRequestTarget target) {

List<QName> types = WebComponentUtil.createObjectTypeList();
types.remove(NodeType.COMPLEX_TYPE);
types.remove(ShadowType.COMPLEX_TYPE);

ObjectBrowserPanel<ObjectType> browser = new ObjectBrowserPanel(getPageBase().getMainPopupBodyId(),
UserType.class, types, true, getPageBase()) {
Expand Down

0 comments on commit b385dfb

Please sign in to comment.