Skip to content

Commit

Permalink
one more fix for MID-1924
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed May 30, 2014
1 parent 3158d80 commit 4fd2336
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -442,6 +442,7 @@ private ProcessInstanceDto loadProcessInstanceDto() {

private void initLayout() {
Form mainForm = new Form("mainForm");
mainForm.setMultiPart(true);
add(mainForm);

Label requestedBy = new Label("requestedBy", new PropertyModel(requesterModel, "object.asObjectable.name"));
Expand Down

0 comments on commit 4fd2336

Please sign in to comment.