Skip to content

Commit

Permalink
fixed compiletime error.
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Dec 22, 2014
1 parent 428ea3c commit 955e0cc
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -41,6 +41,7 @@
import com.evolveum.midpoint.web.page.admin.users.dto.UserDtoStatus;
import com.evolveum.midpoint.xml.ns._public.common.common_3.*;

import de.agilecoders.wicket.core.markup.html.bootstrap.dialog.Modal;
import org.apache.wicket.ajax.AjaxRequestTarget;
import org.apache.wicket.ajax.markup.html.form.AjaxCheckBox;
import org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow;
Expand Down Expand Up @@ -236,7 +237,7 @@ public ObjectQuery getProviderQuery(){
});
add(assignWindow);

ModalWindow deleteDialog = new ConfirmationDialog(ID_MODAL_DELETE_ASSIGNMENT,
Modal deleteDialog = new ConfirmationDialog(ID_MODAL_DELETE_ASSIGNMENT,
createStringResource("AssignmentTablePanel.modal.title.confirmDeletion"),
new AbstractReadOnlyModel<String>() {

Expand Down

0 comments on commit 955e0cc

Please sign in to comment.