Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Evolveum/midpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed May 24, 2017
2 parents 1fec92f + 4202d27 commit 3babdf9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -220,7 +220,7 @@ public void onClick(AjaxRequestTarget target) {
if (focus == null) {
focus = new UserType(pageBase.getPrismContext()); // TODO FIXME (this should not occur anyway)
}
Task task = getPageBase().createSimpleTask(OPERATION_LOAD_CUSTOM_FORM);
Task task = pageBase.createSimpleTask(OPERATION_LOAD_CUSTOM_FORM);
DynamicFormPanel<?> customForm = new DynamicFormPanel<>(ID_CUSTOM_FORM,
focus.asPrismObject(), formOid, mainForm, task, pageBase);
add(customForm);
Expand Down

0 comments on commit 3babdf9

Please sign in to comment.