Skip to content

Commit

Permalink
fixing MID-3047 - Org. tree "plus" button .. implemented for both - o…
Browse files Browse the repository at this point in the history
…rg members and role members.. fixing localization for popup
  • Loading branch information
katkav committed May 19, 2016
1 parent a647712 commit a52192f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
Expand Up @@ -32,7 +32,7 @@ private void initLayout(){
type.setOutputMarkupId(true);
add(type);

AjaxButton confirmButton = new AjaxButton(ID_BUTTON_OK, createStringResource("button.ok")) {
AjaxButton confirmButton = new AjaxButton(ID_BUTTON_OK, createStringResource("Button.ok")) {


@Override
Expand Down
Expand Up @@ -148,7 +148,7 @@ protected void objectDetailsPerformed(AjaxRequestTarget target, ObjectType objec

@Override
protected void newObjectPerformed(AjaxRequestTarget target) {
// TODO Auto-generated method stub
AbstractRoleMemberPanel.this.createFocusMemberPerformed(null, target);

}

Expand Down
Expand Up @@ -25,7 +25,6 @@

import javax.xml.namespace.QName;

import org.apache.commons.collections.CollectionUtils;
import org.apache.commons.lang.Validate;
import org.apache.wicket.ajax.AjaxRequestTarget;
import org.apache.wicket.ajax.form.OnChangeAjaxBehavior;
Expand Down Expand Up @@ -85,7 +84,6 @@
import com.evolveum.midpoint.web.page.admin.roles.component.RoleSummaryPanel;
import com.evolveum.midpoint.web.session.UserProfileStorage.TableId;
import com.evolveum.midpoint.web.util.StringResourceChoiceRenderer;
import com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractRoleType;
import com.evolveum.midpoint.xml.ns._public.common.common_3.AssignmentType;
import com.evolveum.midpoint.xml.ns._public.common.common_3.FocusType;
import com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectType;
Expand Down

0 comments on commit a52192f

Please sign in to comment.